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:21:53 -07:00
parent 1b1cd519c4
commit 254778e461
No known key found for this signature in database
GPG Key ID: 40FA25A7DE938B04

View File

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