Skip to content

Commit 7b6d607

Browse files
authored
ci(release): add concurrency group Release canary workflow (#107)
1 parent a72b7cd commit 7b6d607

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release_canary.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ on:
55
- 'main'
66
- 'changeset-release/main'
77

8+
concurrency:
9+
group: npm-canary
10+
cancel-in-progress: false
11+
812
jobs:
913
release:
1014
if: ${{ github.repository == 'primer/eslint-plugin-primer-react' }}
11-
1215
runs-on: ubuntu-latest
1316
steps:
1417
- name: Checkout repository

0 commit comments

Comments
 (0)