cancel-workflow-run
Cancel a running GitHub Actions workflow to stop unnecessary builds and free up resources. Provide the repository owner, name, and run ID to halt the workflow immediately.
Instructions
Cancel a running GitHub Actions workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| run_id | Yes | The workflow run ID to cancel |