Skip to content

Commit

Permalink
Change group name for concurrency publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Oct 26, 2022
1 parent ed47d32 commit 9d50047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
group: ci-${{ github.ref }}
group: publish-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 9d50047

Please sign in to comment.