Skip to content

Commit

Permalink
do not merge
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jul 29, 2024
1 parent d581e4b commit b3ee2b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ jobs:
# Run libvirt e2e tests if pull request labeled 'test_e2e_libvirt'
libvirt:
name: libvirt
if: |
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
contains(github.event.pull_request.labels.*.name, 'test_e2e_libvirt')
if: false
needs: [podvm, image, prep_install]
strategy:
fail-fast: false
Expand Down

0 comments on commit b3ee2b9

Please sign in to comment.