github · GitHub Actions Docs
Actions Workflows - GitHub Docs
Explains the fundamental structure and components of GitHub Actions workflows, including jobs, steps, and runners.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Workflows - GitHub Docs
Explains the fundamental structure and components of GitHub Actions workflows, including jobs, steps, and runners.
When To Use
Use when you need to understand the structural relationship between workflows, jobs, and steps to design an automation pipeline.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-workflows-and-github-docs-workflow-guide.md | An overview of GitHub Actions workflows including triggers, syntax, and basic concepts. | Questions about an overview of GitHub Actions workflows including triggers, syntax, and basic concepts. |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Workflows and actions / - Workflows
- Main sections:
In this article,About workflows,Workflow basics,Workflow triggers,Next steps.
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/concepts/workflows-and-actions/workflows
