Browse Source

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.
pull/7069/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
72aee47847
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/e2e-nightly-35x.yml

+ 2
- 0
.github/workflows/e2e-nightly-35x.yml 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


Loading…
Cancel
Save