Skip to content

Commit

Permalink
ci(vrt): update concurrency group to use head_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Dec 6, 2022
1 parent 6613925 commit e64cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- labeled

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit e64cdc3

Please sign in to comment.