Skip to content

Commit 7f0060a

Browse files
authored
enable scheduled weekly CI run at noon UTC (#4)
1 parent e847033 commit 7f0060a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on:
22
push:
33
pull_request:
44
types: [ opened, synchronize, reopened ]
5+
schedule:
6+
- cron: '0 12 * * 1'
57

68
jobs:
79
sdist:

0 commit comments

Comments
 (0)