CI: Only define single concurrency

This commit is contained in:
Thaddeus Crews 2024-12-29 13:12:41 -06:00
parent efa144396d
commit 4f7e04a959
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
9 changed files with 1 additions and 33 deletions

View file

@ -9,10 +9,6 @@ env:
# Used for the godot-cpp checkout.
GODOT_CPP_BRANCH: 4.3
concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-cpp-tests
cancel-in-progress: true
jobs:
godot-cpp-tests:
runs-on: ubuntu-24.04