diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8beb52d..1a7d7fb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -61,7 +61,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: @@ -131,7 +130,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: