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 bf1ed68 commit 8f00b4bCopy full SHA for 8f00b4b
.github/workflows/release.yaml
@@ -6,10 +6,6 @@ on:
6
permissions:
7
contents: write
8
9
-concurrency:
10
- group: ${{ github.workflow }}-${{ github.ref }}
11
- cancel-in-progress: false
12
-
13
jobs:
14
default:
15
uses: cloudposse/example-app/.github/workflows/reusable-release.yml@master
.github/workflows/reusable-release.yml
@@ -27,6 +27,10 @@ on:
27
28
29
30
+concurrency:
31
+ group: ${{ github.workflow }}
32
+ cancel-in-progress: false
33
+
34
35
promote:
36
runs-on: ["self-hosted"]
0 commit comments