Skip to content

Commit

Permalink
better cancelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Feb 13, 2024
1 parent 2ed05fa commit d46b17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{github.head_ref}}-${{github.event.pull_request.number}}
group: ${{github.workflow}}-${{github.event.pull_request.number || github.ref}}
cancel-in-progress: true

env:
Expand Down

0 comments on commit d46b17b

Please sign in to comment.