We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a5aeb commit fdab0e5Copy full SHA for fdab0e5
.github/workflows/pixi-lock.yml
@@ -2,7 +2,7 @@ on:
2
pull_request_target
3
4
concurrency:
5
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
6
cancel-in-progress: true
7
8
jobs:
0 commit comments