mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 14:50:44 -05:00
Only run one build at a time.
The latest.
This commit is contained in:
parent
0803f91b0b
commit
f536197f21
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -12,6 +12,10 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
concurrency:
|
||||
group: spt-release-build
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user