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: