Skip to content

Commit a5a22c5

Browse files
Merge pull request #1258 from VWS-Python/ci-daily
Run CI daily
2 parents ab36833 + 39459c5 commit a5a22c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches: [master]
88
pull_request:
99
branches: [master]
10+
schedule:
11+
# * is a special character in YAML so you have to quote this string
12+
# Run at 1:00 every day
13+
- cron: '0 1 * * *'
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)