8000 Set concurrency · python/cpython-devcontainers@15e146f · GitHub
[go: up one dir, main page]

Skip to content

Commit 15e146f

Browse files
committed
Set concurrency
1 parent 2aed194 commit 15e146f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414

1515
jobs:
1616
release-to-ghcr:
17+
concurrency:
18+
group: release-to-ghcr-${{ inputs.package }}
19+
cancel-in-progress: false
1720
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
1821
runs-on: ubuntu-latest
1922
steps:

0 commit comments

Comments
 (0)
0