diff --git a/.github/workflows/test_python_3_10.yml b/.github/workflows/test_python_3_10.yml index 0ee5bd2cdd..03186ac2da 100644 --- a/.github/workflows/test_python_3_10.yml +++ b/.github/workflows/test_python_3_10.yml @@ -1,13 +1,14 @@ name: test | python 3.10 on: + workflow_dispatch: pull_request: branches: - main - workflow_dispatch: + types: [labeled] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }} cancel-in-progress: true env: diff --git a/.github/workflows/test_python_3_11.yml b/.github/workflows/test_python_3_11.yml index 4327312ecd..fb2c660720 100644 --- a/.github/workflows/test_python_3_11.yml +++ b/.github/workflows/test_python_3_11.yml @@ -1,13 +1,14 @@ name: test | python 3.11 on: + workflow_dispatch: pull_request: branches: - main - workflow_dispatch: + types: [labeled] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }} cancel-in-progress: true env: diff --git a/.github/workflows/test_python_3_9.yml b/.github/workflows/test_python_3_9.yml index 154e0eab32..1c7f728403 100644 --- a/.github/workflows/test_python_3_9.yml +++ b/.github/workflows/test_python_3_9.yml @@ -1,13 +1,14 @@ name: test | python 3.9 on: + workflow_dispatch: pull_request: branches: - main - workflow_dispatch: + types: [labeled] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }} cancel-in-progress: true env: