mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 14:43:19 +00:00
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:
2
.github/workflows/e2e-nightly-35x.yml
vendored
2
.github/workflows/e2e-nightly-35x.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user