Add Workflow Dispatch Trigger to All CI Workflows for Manual Runs
Description
contract-ci.yml and rontend-ci.yml lack workflow_dispatch trigger. Maintainers cannot manually trigger CI runs without pushing commits. Adding workflow_dispatch enables ad-hoc testing.
Requirements & Context
Add workflow_dispatch trigger to all CI workflows. Document use cases in workflow comments.
Suggested Execution
Branch: eat/ci-workflow-dispatch
Implement Changes
(1) Add workflow_dispatch to contract-ci.yml (2) Add workflow_dispatch to frontend-ci.yml (3) Add workflow_dispatch to release.yml (4) Document inputs if needed
Test & Commit
Go to GitHub Actions, verify manual trigger button appears for all workflows.
Example Commit Message
eat(ci): add workflow_dispatch trigger to all CI workflows for manual execution
Guidelines
- Add workflow_dispatch to all workflow files
- Consider adding inputs for parameterized runs
Add Workflow Dispatch Trigger to All CI Workflows for Manual Runs
Description
contract-ci.yml and rontend-ci.yml lack workflow_dispatch trigger. Maintainers cannot manually trigger CI runs without pushing commits. Adding workflow_dispatch enables ad-hoc testing.
Requirements & Context
Add workflow_dispatch trigger to all CI workflows. Document use cases in workflow comments.
Suggested Execution
Branch: eat/ci-workflow-dispatch
Implement Changes
(1) Add workflow_dispatch to contract-ci.yml (2) Add workflow_dispatch to frontend-ci.yml (3) Add workflow_dispatch to release.yml (4) Document inputs if needed
Test & Commit
Go to GitHub Actions, verify manual trigger button appears for all workflows.
Example Commit Message
eat(ci): add workflow_dispatch trigger to all CI workflows for manual execution
Guidelines