- To force cancel a GitHub Actions workflow run: Using gh CLI (easier):
gh api -X POST \
repos/OWNER/REPO/actions/runs/RUN_ID/force-cancel
i.e.
gh api -X POST \
-H "Accept: application/vnd.github+json" \
repos/startergo/homebrew-angle/actions/runs/20825449717/force-cancel