Fix Fork PR Build Pack Cancelling When Main Branch Updated (#572)
[SKIP]
This commit is contained in:
parent
16097bc855
commit
79684e47ba
2
.github/workflows/forkprbuildpack.yml
vendored
2
.github/workflows/forkprbuildpack.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
|
||||
# if a second commit is pushed quickly after the first, cancel the first one's build
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user