mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
9c20c84251
Currently in our daily, if a job fails, it will cancel the other jobs in the same matrix, we want to avoid this so that all jobs in a matrix can eventually run to completion. Docs: jobs.<job_id>.strategy.fail-fast applies to the entire matrix. If jobs.<job_id>.strategy.fail-fast is set to true or its expression evaluates 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. Signed-off-by: Binbin <binloveplay1314@qq.com> |
||
---|---|---|
.. | ||
actions/generate-package-build-matrix | ||
ISSUE_TEMPLATE | ||
workflows | ||
dependabot.yml |