We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cefe7 commit 2da7250Copy full SHA for 2da7250
.github/workflows/test.yml
@@ -15,7 +15,7 @@ permissions:
15
contents: read
16
17
concurrency:
18
- group: test-${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19
cancel-in-progress: true
20
21
jobs:
0 commit comments