Skip to content

Commit b6a2300

Browse files
committed
Schedule test each month instead of each day
1 parent f37a5a9 commit b6a2300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
types:
1313
- published # It seems that you can publish directly without creating
1414
schedule:
15-
- cron: 1 0 * * * # Run daily at 0:01 UTC
15+
- cron: 1 0 15 * * # Run each month on day 15 at 0:01 UTC
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)