Skip to content

Commit 610b934

Browse files
Merge pull request #270 from CodeForPhilly/previe-deploy-destroy-concurrency
feat(ci): use same concurrency group for preview deploy/destroy workflows
2 parents a5203f6 + 911c20c commit 610b934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ develop ]
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
11+
group: preview-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
permissions:

.github/workflows/preview-destroy.yml

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

88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
9+
group: preview-${{ github.ref }}
1010
cancel-in-progress: true
1111

1212
permissions:

0 commit comments

Comments
 (0)