Skip to content

Commit 888af23

Browse files
abrodkinclaziss
authored andcommitted
CI: Run CI every day, not only Mon-Fri
We used to have the CI running only for work days to not bother people on their weekends with reports of problems. That in its turn postpones testing of changes done on Friday till the next Monday. But why not running all tests daily to get rid of possible delays?
1 parent 3ea18bb commit 888af23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [master]
99
schedule:
10-
- cron: "0 0 * * 1-5"
10+
- cron: "0 0 * * *"
1111

1212
jobs:
1313
toolchains:

0 commit comments

Comments
 (0)