mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
ci: wait for static check results before starting builds
This commit is contained in:
parent
ef025711a6
commit
93b7bcb33d
8 changed files with 55 additions and 7 deletions
3
.github/workflows/static_checks.yml
vendored
3
.github/workflows/static_checks.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: 📊 Static Checks
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
concurrency:
|
||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue