Skip to content

Commit 6a7ddfa

Browse files
authored
ci: streamline concurrency for deploy (#406)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6aa057b commit 6a7ddfa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
concurrency:
9-
group: ${{ github.workflow }}
9+
group: deploy
1010
cancel-in-progress: false # prevent hickups with semantic-release
1111

1212
env:

.github/workflows/manual-release-candidate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
type: string
1010

11+
concurrency:
12+
group: deploy
13+
cancel-in-progress: false # prevent hickups with semantic-release
14+
1115
env:
1216
PYTHON_VERSION_DEFAULT: "3.11"
1317
POETRY_VERSION: "1.4.1"

0 commit comments

Comments
 (0)