Skip to content

Commit

Permalink
ci: Tweak concurrency group key
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN authored Sep 23, 2023
1 parent 5dba511 commit 72959f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]
types: [completed]
concurrency:
group: ${{ github.event.workflow_run.head_repository.full_name }}::${{ github.event.workflow_run.head_branch }} - ${{ github.workflow }}
group: ${{ github.event.workflow_run.head_repository.full_name }}::${{ github.event.workflow_run.head_branch }}::${{ github.workflow }}
cancel-in-progress: true
jobs:
publish-latest:
Expand Down

0 comments on commit 72959f9

Please sign in to comment.