github · GitHub Actions Docs
Actions Disabling and enabling a workflow - GitHub Docs
Instructions for pausing and resuming the execution of specific GitHub Actions workflows through the GitHub interface or via the GitHub CLI.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Disabling and enabling a workflow - GitHub Docs
Instructions for pausing and resuming the execution of specific GitHub Actions workflows through the GitHub interface or via the GitHub CLI.
When To Use
Use when you need to temporarily stop a workflow from triggering without deleting its YAML configuration or when you need to resume a paused automation.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-workflow-runs-disabling-and-enabling-a-github-doc-workflow-guide.md | A guide explaining how to disable and re-enable GitHub Actions workflows using the GitHub UI and REST API. | Questions about a guide explaining how to disable and re-enable GitHub Actions workflows using the GitHub UI and REST API. |
examples/actions-how-tos-manage-workflow-runs-disabling-and-enabling-a-github-doc.text | A command line example using the GitHub CLI to disable a specific workflow. | Exact payloads, commands, or snippets shown in A command line example using the GitHub CLI to disable a specific workflow. |
examples/actions-how-tos-manage-workflow-runs-disabling-and-enabling-a-github-doc-2.text | A command line example using the GitHub CLI to enable a specific workflow. | Exact payloads, commands, or snippets shown in A command line example using the GitHub CLI to enable a specific workflow. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage workflow runs / - Disable and enable workflows
- Main sections:
Tool navigation,In this article,Disabling a workflow,Enabling a workflow.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows
