From 2a0e7bd4a2030e681957245394936b8fdbfe4d50 Mon Sep 17 00:00:00 2001 From: bersbersbers <12128514+bersbersbers@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:35:43 +0100 Subject: [PATCH] ci: synchronize watch schedule with pyright releases (#233) --- .github/workflows/watch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/watch.yml b/.github/workflows/watch.yml index 2057e77..26f47b0 100644 --- a/.github/workflows/watch.yml +++ b/.github/workflows/watch.yml @@ -1,8 +1,8 @@ name: watch pyright on: schedule: - # At the end of every day - - cron: "0 0 * * *" + # At 7 am UTC every day + - cron: "0 7 * * *" workflow_dispatch: jobs: