Skip to content

Commit 3957ba2

Browse files
committed
Add explanatory comment for release concurrency group identifier
1 parent 3a0fbb7 commit 3957ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ concurrency:
2222
group: >-
2323
${{
2424
github.event_name == 'release' &&
25+
# Creates a unique concurrency group identifier for release events using the git reference
2526
format('release-{0}', github.ref) ||
2627
github.actor == 'dependabot[bot]' &&
2728
'dependabot' ||

0 commit comments

Comments
 (0)