Skip to content

Commit b68079f

Browse files
committed
CI: run periodically
* .github/workflows/ci.yml: Schedule to run every 12 hours.
1 parent e31f4e1 commit b68079f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Python package
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '0 */12 * * *'
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)