mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-28 18:46:06 +00:00
cancel-in-progress (#1162)
if 2 actions are being created to go to MAIN, the oldest one will be canceled
This commit is contained in:
parent
7084fc4c41
commit
98ea06e82d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
pull_request:
|
||||
branches: [ "*" ]
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.event_name }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'push' }}
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
|
|
Loading…
Reference in a new issue