Skip to content

Commit

Permalink
robust cancellation group
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 4, 2024
1 parent 59afe52 commit 0f158ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- main

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

env:
Expand Down

0 comments on commit 0f158ba

Please sign in to comment.