mirror of
https://github.com/godotengine/godot-docs-project-starters.git
synced 2025-12-31 01:48:29 +03:00
Use a unique name for concurrency checks
This commit is contained in:
2
.github/workflows/build-dist.yml
vendored
2
.github/workflows/build-dist.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
|
||||
# Make sure jobs cannot overlap.
|
||||
concurrency:
|
||||
group: build-dist-ci
|
||||
group: build-dist-ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user