Commit 6554b6b
Fix inaccurate workflow list in manual triggering docs
Remove references to non-existent workflows (main.yml and
rspec-package-specs.yml). List only the workflows that actually exist
and support workflow_dispatch:
- package-js-tests.yml (has force_run parameter)
- lint-js-and-ruby.yml (has force_run parameter)
- playwright.yml (no force_run parameter)
Add note that other workflows may support workflow_dispatch and readers
should check individual files in .github/workflows/ for configuration
and available input parameters.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent fea69c8 commit 6554b6b
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | 151 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments