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