Skip to content

Commit

Permalink
ci: update concurrency for canary release workflow (#3395)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
  • Loading branch information
joshblack and joshblack authored Jun 19, 2023
1 parent 3aa6e72 commit abaae28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Canary Release
on:
push:
branches-ignore:
Expand All @@ -7,8 +7,8 @@ on:
- 'changeset-release/**'

jobs:
release-canary:
name: Canary
release:
concurrency: npm-canary
uses: primer/.github/.github/workflows/release_canary.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit abaae28

Please sign in to comment.