0
0
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:
Refringe 2024-11-23 09:16:22 -05:00
parent 0803f91b0b
commit f536197f21
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -12,6 +12,10 @@ on:
required: true
type: string
concurrency:
group: spt-release-build
cancel-in-progress: true
jobs:
prepare:
runs-on: ubuntu-latest