From 914fb19ebb5ef2c796cd9f8d9642a36c1ad2b87c Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 1 Sep 2021 09:55:11 +0200 Subject: [PATCH] tools: adapt UTC timezone for package watcher to match Paris Time --- .github/workflows/package-watcher.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index 1352bf146..d72e6c2fd 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -4,7 +4,8 @@ on: schedule: # * is a special character in YAML so you have to quote this string # At minute 0 for each hour from 8:00 to 22:00 inclusive from Monday to Friday inclusive - - cron: '0 8-22 * * 1-5' + # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter + - cron: '0 6-20 * * 1-5' jobs: check_and_notify_build: