Skip to content

Commit 1b8e35a

Browse files
committed
make sure github wf always runs
1 parent efcae2a commit 1b8e35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,8 @@ jobs:
28662866
run: ./ci/deploy/dockerhub-deploy.bash -n
28672867

28682868
api-server-api-spec-backwards-compatible:
2869-
if: github.event_name == 'push'
2869+
needs: [changes]
2870+
if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
28702871
timeout-minutes: 5
28712872
name: "api-server-backwards-compatibility"
28722873
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)