Skip to content

Commit 66e78e5

Browse files
committed
fix: moved that comment
1 parent 9513b42 commit 66e78e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ on:
1919
# TODO: We won't need this anymore as soon as we get Merge Groups and could remove the concurrency again, which currently brings us pain regarding unstarted, non-self-healing dependabot pipelines
2020
# NOTE: Concurrency is disabled for release events as they should always run to completion
2121
concurrency:
22+
# Creates a unique concurrency group identifier for release events using the git reference
2223
group: >-
2324
${{
2425
github.event_name == 'release' &&
25-
# Creates a unique concurrency group identifier for release events using the git reference
2626
format('release-{0}', github.ref) ||
2727
github.actor == 'dependabot[bot]' &&
2828
'dependabot' ||

0 commit comments

Comments
 (0)