Skip to content

Commit

Permalink
Update nightly-tfe-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Dec 8, 2022
1 parent 3ac0491 commit 78d45da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tfe-ci.yml
@@ -1,5 +1,6 @@
name: Nightly TFE Tests
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

Expand Down Expand Up @@ -66,7 +67,6 @@ jobs:
run: git diff --exit-code

tests:
name: TFE Integration Tests
needs: instance
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
cleanup:
runs-on: ubuntu-latest
needs: tests
needs: [tests]
if: "${{ always() }}"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 78d45da

Please sign in to comment.