From 764c6840e66dd2cd093ae0c141a8fadc59756429 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 30 Jun 2026 01:22:33 +0200 Subject: [PATCH] ci: require lint and validate before build --- .gitea/workflows/ci.yaml | 1 + .github/workflows/ci.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3649767..d87902a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3649767..d87902a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: