GitHub Actions
GitHub Actions runs CI/CD workflows defined in YAML under
.github/workflows/. Each push or pull request can trigger jobs on
GitHub-hosted or self-hosted runners. Common issues include
workflows not firing, permission errors on GITHUB_TOKEN, missing
secrets, runner queue delays, and brittle third-party actions after version bumps.