We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0fbb7 commit 3957ba2Copy full SHA for 3957ba2
.github/workflows/default.yml
@@ -22,6 +22,7 @@ concurrency:
22
group: >-
23
${{
24
github.event_name == 'release' &&
25
+ # Creates a unique concurrency group identifier for release events using the git reference
26
format('release-{0}', github.ref) ||
27
github.actor == 'dependabot[bot]' &&
28
'dependabot' ||
0 commit comments