From 9a9a8c46a67b285b96863b223f78027d7b1f2e47 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Wed, 8 May 2024 15:41:41 -0700 Subject: [PATCH] Don't require vagrant tests in merge queues Signed-off-by: Maksym Pavlenko --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88182b45f..7047f75ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -632,7 +632,7 @@ jobs: name: Report required job statuses runs-on: ubuntu-latest # List job dependencies which are required to pass status checks in order to be merged via merge queue. - needs: [linters, project, protos, binaries, integration-linux, integration-windows, integration-vagrant, tests-cri-in-userns, tests-mac-os] + needs: [linters, project, protos, binaries, integration-linux, integration-windows, tests-cri-in-userns, tests-mac-os] if: ${{ always() }} steps: - run: exit 1