mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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/static_checks.yml
vendored
4
.github/workflows/static_checks.yml
vendored
|
|
@ -2,10 +2,6 @@ name: 📊 Static Checks
|
|||
on:
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
static-checks:
|
||||
name: Code style, file formatting, and docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue