1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #100912 from Repiteo/ci/single-concurrency

CI: Fix GHA bug by defining a single concurrency
This commit is contained in:
Rémi Verschelde
2025-01-03 00:49:25 +01:00
9 changed files with 1 additions and 33 deletions

View File

@@ -12,10 +12,6 @@ env:
TSAN_OPTIONS: suppressions=misc/error_suppressions/tsan.txt
UBSAN_OPTIONS: suppressions=misc/error_suppressions/ubsan.txt
concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-linux
cancel-in-progress: true
jobs:
build-linux:
# Stay one LTS before latest to increase portability of Linux artifacts.