Skip to content

Commit 41ddc6d

Browse files
committed
Update example group: value to match GitHub's recommendation
1 parent 86212ca commit 41ddc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/example-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212
shell: 'bash -Eeuo pipefail -x {0}'
1313

1414
concurrency:
15-
group: ${{ github.ref }}
15+
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

1818
permissions:

0 commit comments

Comments
 (0)