From 7b7c01ac8afa7adc1156a74db20f8ff35d8177a5 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 22 Feb 2024 10:01:01 +0000 Subject: [PATCH] ci: deps --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9201eee..3596917 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -47,6 +47,7 @@ jobs: go test -parallel 1 -v ./... test-end-to-end-examples: + needs: [build] name: Examples runs-on: ubuntu-latest @@ -93,6 +94,7 @@ jobs: path: ~/.out-of-tree/logs test-end-to-end: + needs: [build] name: E2E runs-on: ubuntu-latest timeout-minutes: 60