From 419a87ebc38e4dbec03b5327224d4261da1e08dd Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 26 Jun 2024 17:54:41 +0200 Subject: [PATCH] `up-to-date`: run weekly (#40521) --- .github/workflows/connectors_up_to_date.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/connectors_up_to_date.yml b/.github/workflows/connectors_up_to_date.yml index 23650e6f654325..a9cba19328d6af 100644 --- a/.github/workflows/connectors_up_to_date.yml +++ b/.github/workflows/connectors_up_to_date.yml @@ -5,8 +5,8 @@ concurrency: on: schedule: - # Runs everyday at 12:00 UTC - - cron: "0 12 * * *" + # Runs everyday Saturday at 12:00 UTC + - cron: "0 12 * * 6" workflow_dispatch: inputs: connectors-options: