Skip to content

Commit

Permalink
Only run e2e nightly if secrets set
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Nov 10, 2021
1 parent 1405106 commit f16eff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
e2e:
runs-on: ubuntu-latest
if: ${{ secrets.METAL_AUTH_TOKEN != '' || secrets.EQUINIX_ORG_ID != '' }}
env:
PROJECT_NAME: "flintlock_nightly_e2e"
name: e2e tests
Expand Down

0 comments on commit f16eff7

Please sign in to comment.