GHA: Add concurrency settings for the test builds

This commit is contained in:
Serhii Snitsaruk 2024-01-14 17:43:06 +01:00
parent 9b557250b8
commit 476dc8b0dd
1 changed files with 4 additions and 0 deletions

View File

@ -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"