Skip to content

Commit

Permalink
ci: enable cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored Apr 27, 2022
1 parent b8b2bf9 commit afbe4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: USGS LaTeX

on:
# schedule:
# - cron: '0 2 * * *' # run at 2 AM UTC
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
push:
branches:
- main
Expand Down

0 comments on commit afbe4b1

Please sign in to comment.