Skip to content

Add Workflow Dispatch Trigger to All CI Workflows for Manual Runs #330

Description

@ALLEN-AYODEJI

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions