Skip to content

Commit 2ceea67

Browse files
committed
Fix CI schedule
1 parent 5a9d765 commit 2ceea67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
schedule:
99
# Run multiple times a day as the successfull cached links are not checked every time.
10-
- cron: '0 */3 * * *'
10+
- cron: '0 */8 * * *'
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)