Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Skipping workflow runs - GitHub Docs

Methods for preventing or canceling GitHub Actions workflow runs, including using concurrency groups to skip outdated runs and managing manual cancellations.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Skipping workflow runs - GitHub Docs

Methods for preventing or canceling GitHub Actions workflow runs, including using concurrency groups to skip outdated runs and managing manual cancellations.

When To Use

Use when you need to prevent redundant workflow executions or cancel outdated builds to save runner minutes and reduce resource contention.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-manage-workflow-runs-skipping-github-docs-workflow-guide.mdA guide explaining how to skip workflow runs triggered by push and pull_request events using commit message commands.Questions about a guide explaining how to skip workflow runs triggered by push and pullrequest events using commit message commands.

What This Skill Covers

    • GitHub Actions / - How-tos / - Manage workflow runs / - Skip workflow runs

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/skip-workflow-runs