Skip to content

Commit fdab0e5

Browse files
committed
chore: Use pull_request.head.ref for concurrency group
1 parent e0a5aeb commit fdab0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pixi-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request_target
33

44
concurrency:
5-
group: ${{ github.workflow }}-${{ github.ref }}
5+
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
66
cancel-in-progress: true
77

88
jobs:

0 commit comments

Comments
 (0)