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.
This commit is contained in:
Sam Kleinman
2021-10-06 00:08:54 -04:00
committed by GitHub
parent 109814c85a
commit 72aee47847

View File

@@ -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