mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-12 02:49:15 +08:00
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:
parent
1b1cd519c4
commit
254778e461
3
.github/workflows/sync-react-samples.yml
vendored
3
.github/workflows/sync-react-samples.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user