The job was not started because recent account payments have failed or your spending limit needs to be increased. Please check the 'Billing & plans' section in your settings #187339
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?General Discussion Details |
Replies: 2 comments 2 replies
|
Verify the following precisely:
|
|
This error usually means billing is blocking Actions from running. Check these quickly: • Org → Settings → Billing & plans (not personal billing) We had the same issue once — a single failed charge paused all workflows. Fix the payment or adjust the limit and rerun the job 👍 |

Verify the following precisely:
Correct billing scope
If this runs in an org, check
Org → Settings → Billing & plans(personal billing does not apply to org runners).
Failed / pending payments
Even a single declined charge can soft-lock Actions until resolved.
Spending limit configuration
Ensure it is not:
0Temporarily remove the limit to test.
Enterprise inheritance
If the org is under an Enterprise account, billing enforcement may occur there.
Other unpaid products
Outstanding charges (e.g., Copilot, metered services) can block workflow execution globally.