From 0e45af8899afa6b708ed9e77600a210750d8063a Mon Sep 17 00:00:00 2001 From: Claudia Beresford Date: Fri, 15 Oct 2021 14:07:22 +0100 Subject: [PATCH] wip --- .github/workflows/nightly_e2e.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly_e2e.yml b/.github/workflows/nightly_e2e.yml index 2cad7325..67e5821f 100644 --- a/.github/workflows/nightly_e2e.yml +++ b/.github/workflows/nightly_e2e.yml @@ -1,8 +1,6 @@ name: nightly_e2e -on: - schedule: - - cron: 0 0 * * * +on: [pull_request] jobs: e2e: @@ -15,7 +13,8 @@ jobs: go-version: '^1.16.2' - uses: hashicorp/setup-terraform@v1 with: - terraform_version: 1.0.1 + terraform_version: 1.0.9 + terraform_wrapper: false - name: Run tests env: METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}