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 548e68f commit cbd5968Copy full SHA for cbd5968
.github/workflows/release.yml
@@ -17,7 +17,7 @@ on:
17
workflow_dispatch:
18
19
concurrency:
20
- group: test-${{ github.head_ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref }}
21
cancel-in-progress: true
22
23
permissions:
0 commit comments