From 72aee478471f74222994ee92dcbeb600c84fa8cd Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Wed, 6 Oct 2021 00:08:54 -0400 Subject: [PATCH] ci: 0.35.x nightly should run from master and checkout the release branch (#7067) Nightly branches run CI from master branch, and the configuration misses checking out the correct ref. --- .github/workflows/e2e-nightly-35x.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e-nightly-35x.yml b/.github/workflows/e2e-nightly-35x.yml index b78812e92..13d4b3dc8 100644 --- a/.github/workflows/e2e-nightly-35x.yml +++ b/.github/workflows/e2e-nightly-35x.yml @@ -26,6 +26,8 @@ jobs: go-version: '1.17' - uses: actions/checkout@v2.3.4 + with: + ref: 'v0.35.x' - name: Build working-directory: test/e2e