You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fail-fast is set to true, GitHub will cancel all in-progress and queued jobs in the matrix if any job in the matrix fails. This property defaults to true.
In Policy & Subscription deployments, each job is treated independently and we need each to run to completion even if other jobs fail. We are using matrix in these 2 deployments to parallelize tasks.
The text was updated successfully, but these errors were encountered:
When fail-fast is set to
true
, GitHub will cancel all in-progress and queued jobs in the matrix if any job in the matrix fails. This property defaults totrue
.Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
In Policy & Subscription deployments, each job is treated independently and we need each to run to completion even if other jobs fail. We are using matrix in these 2 deployments to parallelize tasks.
The text was updated successfully, but these errors were encountered: