diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 9efd7847..a1d1326a 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -3,6 +3,10 @@ name: On pull request on: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: smoke_tests: uses: ./.github/workflows/smoke_tests.yml \ No newline at end of file diff --git a/.github/workflows/smoke_tests.yml b/.github/workflows/smoke_tests.yml index 8b769094..e0e0b6d8 100644 --- a/.github/workflows/smoke_tests.yml +++ b/.github/workflows/smoke_tests.yml @@ -3,10 +3,6 @@ name: Smoke tests on: workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: build: name: Smoke tests