From 1eb32e89dcaed9a7239edfa085e46679c7b2dbf3 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Mon, 25 Mar 2024 13:06:50 -0700 Subject: [PATCH] [ci] improve job deps --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b49dcd1..6369b17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -154,6 +154,7 @@ jobs: runs-on: vlab needs: - test + - build timeout-minutes: 120 strategy: @@ -222,7 +223,6 @@ jobs: runs-on: lab if: startsWith(github.event.ref, 'refs/tags/') && github.event_name == 'push' needs: - - test - build - vlab