running-github-actions-efficiently

Installation
SKILL.md

Running GitHub Actions Efficiently

Actions minutes on private repos bill against a monthly included quota; public repos are free. So cost concentrates in private repos, and a handful of workflows usually dominate the bill. This skill is the checklist for finding and fixing that waste. Every fix below preserves what CI actually verifies — none of them trade away coverage.

First, know the one number that dominates everything

Minutes are billed per job, rounded up to the minute, times a runner-OS multiplier:

Runner Multiplier
Linux (ubuntu-*) 1x
Windows (windows-*) 2x
macOS (macos-*) 10x
Installs
15
GitHub Stars
87
First Seen
Jul 19, 2026
running-github-actions-efficiently — wdm0006/python-skills