From db8598d58b33f4f241e66bdceacf396861f7f86b Mon Sep 17 00:00:00 2001 From: Pragadeesh122 Date: Thu, 16 Jul 2026 21:12:05 -0500 Subject: [PATCH] fix(ci): always run test-api and helm-lint so required status checks never skip --- .github/workflows/pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 244af24..2dc6ed5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -62,7 +62,6 @@ jobs: test-api: name: API tests needs: changes - if: needs.changes.outputs.api == 'true' runs-on: ubuntu-24.04-arm timeout-minutes: 10 steps: @@ -132,7 +131,6 @@ jobs: helm-lint: name: Helm chart lint needs: changes - if: needs.changes.outputs.helm == 'true' runs-on: ubuntu-24.04-arm timeout-minutes: 5 steps: