ci: wait for static check results before starting builds

(cherry picked from commit 93b7bcb33d)
This commit is contained in:
yedpodtrzitko
2023-04-04 20:56:53 +07:00
committed by Rémi Verschelde
parent c269e9243b
commit 886cc22e9b
9 changed files with 62 additions and 8 deletions

View File

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