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.
1 parent 2aed194 commit 15e146fCopy full SHA for 15e146f
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,9 @@ on:
14
15
jobs:
16
release-to-ghcr:
17
+ concurrency:
18
+ group: release-to-ghcr-${{ inputs.package }}
19
+ cancel-in-progress: false
20
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
21
runs-on: ubuntu-latest
22
steps:
0 commit comments