GHA: Add concurrency settings for the test builds
This commit is contained in:
parent
9b557250b8
commit
476dc8b0dd
|
@ -20,6 +20,10 @@ on:
|
|||
- "demo/*"
|
||||
- "doc/*"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
# Global Settings.
|
||||
env:
|
||||
GODOT_REF: "4.2.1-stable"
|
||||
|
|
Loading…
Reference in New Issue