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:
Anas Nashif 2021-11-13 16:34:19 -05:00
commit c3a1b4e8f3

View file

@ -2,7 +2,7 @@ name: Code Coverage with codecov
on:
schedule:
- cron: '25 */3 * * *'
- cron: '25 */3 * * 1-5'
jobs:
codecov-prep: