roblox-actionscache/alls-green

GitHub Action for checking that the test matrix jobs are all successful before proceeding. To be used in branch protection

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jobsA list of jobs from the `needs` context, serialized as a JSON string via `toJSON(needs)`yes
allowed-failuresJob names that are allowed to fail and not affect the outcome, as a comma-separated list or serialized as a JSON stringno[]
allowed-skipsJob names that are allowed to be skipped and not affect the outcome, as a comma-separated list or serialized as a JSON stringno[]
namedescription
failureWhether this check decided that the job matrix failed.
resultFailure or success result of the job matrix.
successWhether this check decided that the job matrix succeeded.