Skip to content

Commit

Permalink
add temp fail
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Mar 15, 2023
1 parent 75778b4 commit ce0594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ jobs:
env:
E2E_BRANCH: ${{ github.base_ref || github.ref_name }}
E2E_IP_FAMILY: ${{ matrix.ip-family }}
run: make kube-ovn-conformance-e2e
run: make kube-ovn-conformance-e2e && false

- name: kubectl ko log
if: failure() && steps.e2e.outcome != 'success'
Expand Down

0 comments on commit ce0594d

Please sign in to comment.