actions-marketplace-validations/alls-green
GitHub Action for checking that the test matrix jobs are all successful before proceeding. To be used in branch protection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jobs | A list of jobs from the `needs` context, serialized as a JSON string via `toJSON(needs)` | yes | — |
| allowed-failures | Job names that are allowed to fail and not affect the outcome, as a comma-separated list or serialized as a JSON string | no | [] |
| allowed-skips | Job names that are allowed to be skipped and not affect the outcome, as a comma-separated list or serialized as a JSON string | no | [] |
Outputs
| name | description |
|---|---|
| failure | Whether this check decided that the job matrix failed. |
| result | Failure or success result of the job matrix. |
| success | Whether this check decided that the job matrix succeeded. |