Skip to content

Commit

Permalink
Fix up running the cron job every 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Jul 13, 2023
1 parent b79b725 commit 8f71bab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
pull_request:
# Run daily at 0:01 UTC
schedule:
- cron: "1 0 * * *"
# cron string to run once a week
- cron: "30 1 1,15 * *"

jobs:
flake8:
Expand Down

0 comments on commit 8f71bab

Please sign in to comment.