Skip to content

Commit c012340

Browse files
committed
fix push job
1 parent c5090e7 commit c012340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-x86-image.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ jobs:
11431143
- no-np-test
11441144
- cilium-chaining-e2e
11451145
- kube-ovn-security-e2e
1146+
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
11461147
runs-on: ubuntu-22.04
11471148
steps:
11481149
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)