Developer tools

GHA Minutes

A tool that finds wasted GitHub Actions time and cancels superseded runs without interrupting releases.

Status
Maintained — public and kept current
Type
cli
Access
public
Updated
2026-07-10

Public README and source

What this work does

GHA Minutes diagnoses GitHub Actions usage and applies the repeatable part of reducing wasted runs: safe concurrency cancellation.

Diagnose first

The CLI identifies where private-repository workflow minutes are being spent before changing configuration.

Mechanical fix

It adds idempotent concurrency settings while protecting release, publish, and migration jobs from mid-run cancellation.

Judgment stays visible

Schedule changes, path filters, and test-placement decisions remain a per-repository review.