From d10f607da7cac6d036dc585e05b6b010b1c0f5a8 Mon Sep 17 00:00:00 2001 From: k-j-kim <17989954+k-j-kim@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:24:03 -0700 Subject: [PATCH] fix: make sync-react-samples manual-only (#228) fix: make sync-react-samples workflow manual-only Remove the nightly cron schedule so the workflow only runs when manually triggered via workflow_dispatch. --- .github/workflows/sync-react-samples.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sync-react-samples.yml b/.github/workflows/sync-react-samples.yml index e621eb9..b76ffb1 100644 --- a/.github/workflows/sync-react-samples.yml +++ b/.github/workflows/sync-react-samples.yml @@ -13,9 +13,6 @@ name: Sync React samples from npm on: workflow_dispatch: - schedule: - # Nightly at 02:00 UTC - - cron: "0 2 * * *" jobs: sync: