Skip to content

Commit

Permalink
revert to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Sep 21, 2023
1 parent 12f9da3 commit b576a5e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Nightly
on:
pull_request


# on:
# schedule:
# - cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT
# workflow_dispatch:
on:
schedule:
- cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT
workflow_dispatch:

# A note on debugging a github step:
# You can ssh into the github action environment and poke around by using
Expand Down

0 comments on commit b576a5e

Please sign in to comment.