mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
feat: Update CI workflows to trigger on successful completion of previous CI runs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user