mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-10 01:32:48 +08:00
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:
parent
1b1cd519c4
commit
d10f607da7
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