Skip to content

Commit

Permalink
Schedule test each month instead of each day
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed May 19, 2023
1 parent f37a5a9 commit b6a2300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
types:
- published # It seems that you can publish directly without creating
schedule:
- cron: 1 0 * * * # Run daily at 0:01 UTC
- cron: 1 0 15 * * # Run each month on day 15 at 0:01 UTC

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit b6a2300

Please sign in to comment.