Skip to content

Commit 8f00b4b

Browse files
committed
Added pipeline for main branch
1 parent bf1ed68 commit 8f00b4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
permissions:
77
contents: write
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: false
12-
139
jobs:
1410
default:
1511
uses: cloudposse/example-app/.github/workflows/reusable-release.yml@master

.github/workflows/reusable-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
permissions:
2828
contents: write
2929

30+
concurrency:
31+
group: ${{ github.workflow }}
32+
cancel-in-progress: false
33+
3034
jobs:
3135
promote:
3236
runs-on: ["self-hosted"]

0 commit comments

Comments
 (0)