Skip to content

Commit 9f755f0

Browse files
committed
Run scheduled workflow every day
1 parent 65393af commit 9f755f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish sdist and wheels
22

33
on:
44
schedule:
5-
# 01:01 UTC every Monday and Thursday.
6-
- cron: "1 1 * * 1,4"
5+
# 01:01 UTC every day
6+
- cron: "1 1 * * *"
77
pull_request:
88
branches:
99
- main

0 commit comments

Comments
 (0)