[docs] add workflow comments and simplify README to prevent staleness

- Add descriptive comments to key workflow files explaining purpose and triggers
- Simplify workflows README.md to focus on naming convention only
- Remove detailed workflow descriptions that can get out of date
- Point users to individual workflow files for current documentation

Addresses review feedback: documentation can get out of date quickly,
put comments into workflows themselves with single example in README.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
snomiao
2025-10-13 23:50:51 +00:00
parent 2bdca7c2b5
commit ea4686a52c
8 changed files with 32 additions and 85 deletions

View File

@@ -1,6 +1,8 @@
name: Tests Storybook CI
# - [Automate Chromatic with GitHub Actions • Chromatic docs]( https://www.chromatic.com/docs/github-actions/ )
# Builds Storybook and runs visual regression testing via Chromatic
# Deploys Storybook previews to Cloudflare Pages for PR review
# Reference: https://www.chromatic.com/docs/github-actions/
on:
workflow_dispatch: # Allow manual triggering