From ce778faa117f503231b3cd62d94d6718670ac257 Mon Sep 17 00:00:00 2001 From: Mats Kindahl Date: Fri, 25 Nov 2022 16:10:40 +0100 Subject: [PATCH] Updating scheduled run Updating scheduled run to avoid original creator from being notified. --- .github/workflows/sanitizer-build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanitizer-build-and-test.yaml b/.github/workflows/sanitizer-build-and-test.yaml index f4a75e1d8..2902e8170 100644 --- a/.github/workflows/sanitizer-build-and-test.yaml +++ b/.github/workflows/sanitizer-build-and-test.yaml @@ -2,8 +2,8 @@ name: Sanitizer test on: schedule: - # run daily 20:00 on main branch - - cron: '0 20 * * *' + # run daily 21:00 on main branch + - cron: '0 21 * * *' push: branches: - prerelease_test