From 8e1803d713992da8fd03ec14c794f028762446a5 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 8 Jan 2025 14:57:24 +0100 Subject: [PATCH] chore: Remove if in github action to allow triggering on push --- .github/workflows/test_python_3_10.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test_python_3_10.yml b/.github/workflows/test_python_3_10.yml index d86f4d869..585a58d59 100644 --- a/.github/workflows/test_python_3_10.yml +++ b/.github/workflows/test_python_3_10.yml @@ -4,8 +4,6 @@ on: workflow_dispatch: pull_request: types: [labeled, synchronize] - branches: - - '**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -16,11 +14,9 @@ env: ENV: 'dev' jobs: - run_common: name: test runs-on: ubuntu-latest - if: ${{ github.event.label.name == 'run-checks' }} strategy: fail-fast: false defaults: