Fix Fork PR Build Pack Cancelling When Main Branch Updated (#572)

[SKIP]
This commit is contained in:
Integer Limit 2023-12-09 23:48:10 +11:00 committed by GitHub
parent 16097bc855
commit 79684e47ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
# if a second commit is pushed quickly after the first, cancel the first one's build # if a second commit is pushed quickly after the first, cancel the first one's build
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true cancel-in-progress: true
permissions: permissions: