ci: require lint and validate before build
ci / lint (push) Successful in 16s
ci / validate (push) Successful in 9s
ci / build (push) Successful in 2s

This commit is contained in:
2026-06-30 01:22:33 +02:00
parent eb8d1b361e
commit 764c6840e6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -112,6 +112,7 @@ jobs:
"${manifests[@]}"
build:
needs: [lint, validate]
if: github.event_name != 'pull_request' && (github.ref_name == 'main' || github.ref_name == 'dev')
runs-on: [self-hosted, linux, arch, homelab]
steps: