Skip to content

Commit 6ae7ec5

Browse files
authored
Merge pull request #2246 from marxin/CI-more-ofter
Run CI multiple times a day
2 parents 5aff120 + 2ceea67 commit 6ae7ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- master
77
pull_request:
88
schedule:
9-
# Run at 18:00 UTC every day
10-
- cron: '0 18 * * *'
9+
# Run multiple times a day as the successfull cached links are not checked every time.
10+
- cron: '0 */8 * * *'
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)