Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/finish-db-models #7

Merged
merged 15 commits into from
Nov 7, 2020
Prev Previous commit
Next Next commit
Update CRON timing to 10:24:00
  • Loading branch information
JacksonMaxfield committed Nov 6, 2020
commit b09e3fc114a461fb464e270db720e3b908322768
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# Run every Monday at 18:00:00 UTC (Monday at 10:24:00 PST)
# (Since these CRONs are used by a lot of people -
# let's be nice to the servers and schedule it _not_ on the hour)
- cron: '36 18 * * 1'
- cron: '24 18 * * 1'

jobs:
test:
Expand Down