Browse Source

Revert "e2e: releases nightly (#5906)" (#6031)

This reverts commit 64961e2267, to see if it will make the workflow dispatch trigger reappear and fix our Slack notification link.
pull/6033/head
Tess Rinearson 4 years ago
committed by GitHub
parent
commit
0b953eb190
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      .github/workflows/e2e-nightly.yml

+ 0
- 4
.github/workflows/e2e-nightly.yml View File

@ -13,8 +13,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
group: ['00', '01', '02', '03'] group: ['00', '01', '02', '03']
# todo: expand to multiple versions after 0.35 release
branch: ['master', 'v0.34.x']
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
@ -23,8 +21,6 @@ jobs:
go-version: '1.15' go-version: '1.15'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
ref: ${{ matrix.branch}}
- name: Build - name: Build
working-directory: test/e2e working-directory: test/e2e


Loading…
Cancel
Save