diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fa86386..2d39b228 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: # One active job per PR, cancel older ones on push concurrency: - group: ${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true # NOTE: because matrix cannot easily be shared across jobs, it should be copied to each job