CI: Only define single concurrency
This commit is contained in:
parent
efa144396d
commit
4f7e04a959
9 changed files with 1 additions and 33 deletions
4
.github/workflows/godot_cpp_test.yml
vendored
4
.github/workflows/godot_cpp_test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue