From fb2ffc67616c9747549f5fedc318727bcd0cb165 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 7 Oct 2025 16:50:07 -0400 Subject: [PATCH] chore(ci): run expensive Component Features check weekly --- .github/workflows/component_features.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/component_features.yml b/.github/workflows/component_features.yml index 6c8d4ad528dc0..62d101d9bac4e 100644 --- a/.github/workflows/component_features.yml +++ b/.github/workflows/component_features.yml @@ -3,7 +3,7 @@ # Validates that each component feature compiles # # Runs on: -# - scheduled UTC midnight Tues-Sat +# - scheduled 10:00 UTC Monday (6 AM EST / 5 AM EDT NYC) # - on PR review (see comment-trigger.yml) # - on demand from github actions UI @@ -13,7 +13,7 @@ on: workflow_call: workflow_dispatch: schedule: - - cron: '0 2 * * 2-6' # 02:00 UTC Tue-Sat + - cron: '0 10 * * 1' # 10:00 UTC Monday (6 AM EST NYC) permissions: statuses: write