From f009a1a731eb8cdaadd0d2d8d653df3c19a12418 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Tue, 2 Feb 2021 11:54:27 +0100 Subject: [PATCH] Revert "e2e: releases nightly (#5906)" (#6031) This reverts commit 64961e22673a796782b0db54dab7fd06bd3aa7b4, to see if it will make the workflow dispatch trigger reappear and fix our Slack notification link. --- .github/workflows/e2e-nightly.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e-nightly.yml b/.github/workflows/e2e-nightly.yml index 98ee779e2..99b56af9d 100644 --- a/.github/workflows/e2e-nightly.yml +++ b/.github/workflows/e2e-nightly.yml @@ -13,8 +13,6 @@ jobs: fail-fast: false matrix: group: ['00', '01', '02', '03'] - # todo: expand to multiple versions after 0.35 release - branch: ['master', 'v0.34.x'] runs-on: ubuntu-latest timeout-minutes: 60 steps: @@ -23,8 +21,6 @@ jobs: go-version: '^1.15.4' - uses: actions/checkout@v2 - with: - ref: ${{ matrix.branch}} - name: Build working-directory: test/e2e