ci: wait for static check results before starting builds

This commit is contained in:
yedpodtrzitko 2023-04-04 20:56:53 +07:00
parent ef025711a6
commit 93b7bcb33d
8 changed files with 55 additions and 7 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