We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2b50b7 + 2e29659 commit fa572e2Copy full SHA for fa572e2
.github/workflows/publish-edge.yml
@@ -19,6 +19,9 @@ on:
19
description: "Tag the commit and published image with `edge`."
20
default: true
21
22
+concurrency:
23
+ group: "publish-edge"
24
+
25
permissions: write-all
26
27
env:
.github/workflows/publish-rc.yml
@@ -15,6 +15,9 @@ on:
15
required: false
16
default: "edge"
17
18
+ group: "publish-rc"
.github/workflows/release.yml
@@ -21,6 +21,9 @@ on:
Assign the `release-candidate` tag to this release.
+ group: "release"
28
29
0 commit comments