Skip to content

Commit f9108c2

Browse files
authored
reduce the frequency to once a month (#833)
1 parent ef94621 commit f9108c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths-ignore:
1111
- "docs/**"
1212
schedule:
13-
- cron: "0 4 * * *" # run once a day at 4 AM
13+
- cron: "0 4 1 * *" # run on the first of each month at 4 AM
1414

1515
env:
1616
PYTEST_ADDOPTS: "--color=yes"

0 commit comments

Comments
 (0)