Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Run monthly, not weekly
  • Loading branch information
AllenDowney committed Oct 31, 2023
1 parent 54a1bb0 commit da79f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
schedule:
# Run every Sunday
- cron: "0 0 * * 0"
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit da79f78

Please sign in to comment.