Skip to content

Commit

Permalink
Fix new PR cancel previous PR's workflow (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfelton authored Sep 18, 2024
1 parent cf60105 commit 6c6d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c6d621

Please sign in to comment.