Skip to content

Commit 288a32f

Browse files
committed
ci: drop schedule from update-snapshots, manual only
1 parent 82c15f5 commit 288a32f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/update-snapshots.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Snapshots
22

33
# Regenerates Storybook snapshot baselines and opens a PR when they drift.
4-
# Runs on a nightly schedule and on manual trigger. The workflow:
4+
# Run manually via workflow_dispatch. The workflow:
55
# 1. Checks out develop
66
# 2. Runs `bun run test:update-snapshots` (vitest --update)
77
# 3. If any __snapshots__ files changed, opens/updates a PR
@@ -10,10 +10,6 @@ name: Update Snapshots
1010
# Merging the PR brings baselines back in sync with the component tree.
1111

1212
on:
13-
schedule:
14-
# 10:00 UTC daily — an hour after the nightly release cron so it
15-
# operates on a develop that already includes the latest merge.
16-
- cron: "0 10 * * *"
1713
workflow_dispatch:
1814

1915
concurrency:

0 commit comments

Comments
 (0)