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.
This commit is contained in:
k-j-kim 2026-04-23 10:24:03 -07:00 committed by GitHub
parent 1b1cd519c4
commit d10f607da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,6 @@ name: Sync React samples from npm
on:
workflow_dispatch:
schedule:
# Nightly at 02:00 UTC
- cron: "0 2 * * *"
jobs:
sync: