Skip to content

Commit

Permalink
Update schedule time of cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
lamle-ea authored Jan 16, 2023
1 parent 31d8cf1 commit a9b8674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Cron for Omaha
name: Cron

on:
schedule:
# Set any time that you'd like scrapers to run (in UTC)
- cron: "27 8 * * *"
- cron: "31 6 * * *"
workflow_dispatch:

env:
Expand Down

0 comments on commit a9b8674

Please sign in to comment.