Skip to content

Commit c3a1b4e

Browse files
committed
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 <[email protected]>
1 parent 5ce51a9 commit c3a1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Coverage with codecov
22

33
on:
44
schedule:
5-
- cron: '25 */3 * * *'
5+
- cron: '25 */3 * * 1-5'
66

77
jobs:
88
codecov-prep:

0 commit comments

Comments
 (0)