File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11name : " coding standards"
22
3- on : ["pull_request", "push"]
3+ on :
4+ pull_request : ~
5+ push : ~
6+ schedule :
7+ # Do not make it the first of the month and/or midnight since it is a very busy time
8+ - cron : " * 10 5 * *"
49
510jobs :
611 coding-standards :
Original file line number Diff line number Diff line change 11name : " static analysis"
22
3- on : ["pull_request", "push"]
3+ on :
4+ pull_request : ~
5+ push : ~
6+ schedule :
7+ # Do not make it the first of the month and/or midnight since it is a very busy time
8+ - cron : " * 10 5 * *"
49
510jobs :
611 static-analysis :
Original file line number Diff line number Diff line change 11name : " unit tests"
22
3- on : [ "pull_request", "push" ]
3+ on :
4+ pull_request : ~
5+ push : ~
6+ schedule :
7+ # Do not make it the first of the month and/or midnight since it is a very busy time
8+ - cron : " * 10 5 * *"
49
510jobs :
611 tests :
You can’t perform that action at this time.
0 commit comments