action: codecov: do not run on weekends
No need to run on weekends, nothing much happens, so lets save some resources. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5ce51a91da
commit
c3a1b4e8f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -2,7 +2,7 @@ name: Code Coverage with codecov
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 */3 * * *'
|
- cron: '25 */3 * * 1-5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codecov-prep:
|
codecov-prep:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue