We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcae2a commit 1b8e35aCopy full SHA for 1b8e35a
.github/workflows/ci-testing-deploy.yml
@@ -2866,7 +2866,8 @@ jobs:
2866
run: ./ci/deploy/dockerhub-deploy.bash -n
2867
2868
api-server-api-spec-backwards-compatible:
2869
- if: github.event_name == 'push'
+ needs: [changes]
2870
+ if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
2871
timeout-minutes: 5
2872
name: "api-server-backwards-compatibility"
2873
runs-on: ubuntu-latest
0 commit comments