Skip to content

Commit

Permalink
fixup: enable test_e2e_docker label
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 Jan 13, 2025
1 parent 57c858d commit 64c454c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ jobs:
name: docker
if: |
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
github.event_name == 'workflow_dispatch' ||
contains(github.event.pull_request.labels.*.name, 'test_e2e_docker')
needs: [podvm_mkosi_amd64, caa_image_amd64]
strategy:
fail-fast: false
Expand Down

0 comments on commit 64c454c

Please sign in to comment.