We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
group:
1 parent 86212ca commit 41ddc6dCopy full SHA for 41ddc6d
1 file changed
scripts/github-actions/example-ci.yml
@@ -12,7 +12,7 @@ defaults:
12
shell: 'bash -Eeuo pipefail -x {0}'
13
14
concurrency:
15
- group: ${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
16
cancel-in-progress: true
17
18
permissions:
0 commit comments