feat: Update CI workflows to trigger on successful completion of previous CI runs

This commit is contained in:
HueByte
2026-07-16 05:59:27 +02:00
parent ce41ef9c0a
commit 494dcb46cf
3 changed files with 36 additions and 14 deletions
+2
View File
@@ -33,6 +33,8 @@ jobs:
build-and-test:
name: Build & Test
# Run the cheap, fast checks first; only spend build/test compute if they pass.
needs: [format-check, lint-markdown]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4