Skip to content

Commit

Permalink
Set workflow as non blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed May 30, 2024
1 parent acd23d4 commit 9ef7125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests-kubevirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
splitter:
continue-on-error: true
env:
kubernetes: "./kubernetes"
kubevirt: "./kubevirt"
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
if: ${{ needs.splitter.outputs.test_targets != '' }}
name: "integration-kubevirt-${{ matrix.test-target }}"
runs-on: ubuntu-latest
continue-on-error: true
needs:
- splitter
env:
Expand Down

0 comments on commit 9ef7125

Please sign in to comment.