From 208e3a652934e282483f344d0595ad4a29c0814c Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 24 Jan 2024 17:48:41 +0100 Subject: [PATCH] Exclude ubuntu-latest (sanity-check-zip) as it is running the full zip (#26463) Signed-off-by: stianst --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdcc47fcad4c..4e9b045c0de6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,6 +167,8 @@ jobs: server: container - os: windows-latest server: storage + - os: ubuntu-latest + server: sanity-check-zip fail-fast: false runs-on: ${{ matrix.os }} env: