Skip to content

Commit

Permalink
prefix group with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 2, 2022
1 parent c3d9ae9 commit a28cab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/invalidations.yml
Expand Up @@ -6,7 +6,7 @@ on:
branches: [master]

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

jobs:
Expand Down

0 comments on commit a28cab4

Please sign in to comment.