Commit e36caec3 authored by Arkadiusz Cholewinski's avatar Arkadiusz Cholewinski Committed by Anas Nashif
Browse files

CI: Reschedule codecov workflow



Reschedule from '6:25 and 18:25, Monday-Friday'
to 'everyday at the same time'.

Signed-off-by: default avatarArkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
parent 4d40a963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Code Coverage with codecov

on:
  schedule:
    - cron: '25 06,18 * * 1-5'
    - cron: '25 06,18 * * *'

concurrency:
  group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}