ci: wait for static check results before starting builds
(cherry picked from commit 93b7bcb33d)
This commit is contained in:
committed by
Rémi Verschelde
parent
c269e9243b
commit
886cc22e9b
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
|
||||
|
||||
Reference in New Issue
Block a user