Skip to content

Commit

Permalink
Change cron job to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed May 2, 2023
1 parent f734853 commit 092c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
- cron: "0 0 1 * *"

jobs:
test:
Expand Down

0 comments on commit 092c890

Please sign in to comment.