Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-manage-workflow-runs-disabling-and-enabling-a-github-doc-workflow-guide.mdA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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