From 6252b63e5338598dbe7bc9f192046a7537f4de54 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Wed, 3 Feb 2021 17:08:32 +0100 Subject: [PATCH] .github/workflows: fix whitespace in e2e config file (#6043) --- .github/workflows/e2e-nightly-34x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-nightly-34x.yml b/.github/workflows/e2e-nightly-34x.yml index 01812c07f..f634f4e52 100644 --- a/.github/workflows/e2e-nightly-34x.yml +++ b/.github/workflows/e2e-nightly-34x.yml @@ -22,7 +22,7 @@ jobs: go-version: '^1.15.4' - uses: actions/checkout@v2 - with: + with: ref: 'v0.34.x' - name: Build @@ -55,7 +55,7 @@ jobs: SLACK_MESSAGE: Nightly E2E tests failed on v0.34.x SLACK_FOOTER: '' - e2e-nightly-success: # may turn this off once they seem to pass consistently + e2e-nightly-success: # may turn this off once they seem to pass consistently needs: e2e-nightly-test-2 if: ${{ success() }} runs-on: ubuntu-latest