We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c15f5 commit 288a32fCopy full SHA for 288a32f
1 file changed
.github/workflows/update-snapshots.yaml
@@ -1,7 +1,7 @@
1
name: Update Snapshots
2
3
# Regenerates Storybook snapshot baselines and opens a PR when they drift.
4
-# Runs on a nightly schedule and on manual trigger. The workflow:
+# Run manually via workflow_dispatch. The workflow:
5
# 1. Checks out develop
6
# 2. Runs `bun run test:update-snapshots` (vitest --update)
7
# 3. If any __snapshots__ files changed, opens/updates a PR
@@ -10,10 +10,6 @@ name: Update Snapshots
10
# Merging the PR brings baselines back in sync with the component tree.
11
12
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 * * *"
17
workflow_dispatch:
18
19
concurrency:
0 commit comments