From e36caec3bae1a2edcfa41baff1952720a52082a2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Cholewinski Date: Fri, 17 May 2024 14:18:58 +0200 Subject: [PATCH] CI: Reschedule codecov workflow Reschedule from '6:25 and 18:25, Monday-Friday' to 'everyday at the same time'. Signed-off-by: Arkadiusz Cholewinski --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 0e16d6b6ab8..19c50aba9b4 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -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 }}