Skip to content

Commit b24d8ba

Browse files
andyfaffrgommers
authored andcommitted
MAINT: adjust cron to twice a week
1 parent b2d154c commit b24d8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
1515
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
1616
# │ │ │ │ │
17-
- cron: "9 9 * * MON"
17+
- cron: "9 9 * * 1,4"
1818
pull_request:
1919
branches:
2020
- main

0 commit comments

Comments
 (0)