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 6aa057b commit 6a7ddfaCopy full SHA for 6a7ddfa
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
concurrency:
9
- group: ${{ github.workflow }}
+ group: deploy
10
cancel-in-progress: false # prevent hickups with semantic-release
11
12
env:
.github/workflows/manual-release-candidate.yml
@@ -8,6 +8,10 @@ on:
required: true
type: string
+concurrency:
13
+ cancel-in-progress: false # prevent hickups with semantic-release
14
+
15
16
PYTHON_VERSION_DEFAULT: "3.11"
17
POETRY_VERSION: "1.4.1"
0 commit comments