mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
cancel-in-progress
if 2 actions are being created to go to MAIN, the oldest one will be canceled
This commit is contained in:
parent
d9f287eaa2
commit
d77e613f80
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 New Issue
Block a user