Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Oct 15, 2021
1 parent a3a24f2 commit 557d19c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: nightly_e2e

on:
schedule:
- cron: 0 0 * * *
on: [pull_request]

jobs:
e2e:
env:
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
name: e2e tests
runs-on: ubuntu-latest
steps:
Expand All @@ -17,8 +17,7 @@ jobs:
with:
terraform_version: 1.0.1
- name: Run tests
env:
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
if: ${{ env.METAL_AUTH_TOKEN != '' }}
run: make test-e2e
- name: Cleanup
uses: weaveworks/metal-janitor-action@b0373b3a6a8bb1e6573616040121c22ba230cdc8
Expand Down

0 comments on commit 557d19c

Please sign in to comment.