Skip to content

Commit

Permalink
feat(GH-8): Update preview workflow concurrency key
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 15, 2024
1 parent 25aa8df commit 7163af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

concurrency:
cancel-in-progress: false
group: release-${{ github.ref_name }}
group: preview-${{ github.ref_name }}

jobs:
build:
Expand Down

0 comments on commit 7163af2

Please sign in to comment.