CI: Reschedule codecov workflow
Reschedule from '6:25 and 18:25, Monday-Friday' to 'everyday at the same time'. Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
This commit is contained in:
parent
4d40a96362
commit
e36caec3ba
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 06,18 * * 1-5'
|
- cron: '25 06,18 * * *'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue