Skip to content

Commit bd12347

Browse files
authored
Merge pull request #930 from ojeda/ci-frequency
ci: reduce frequency
2 parents 3c83ade + d86fea9 commit bd12347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request: {}
33
schedule:
4-
- cron: '30 5,17 * * *'
4+
- cron: '0 8 * * MON,WED,FRI'
55
push:
66

77
jobs:

0 commit comments

Comments
 (0)