criu/.github/workflows
Radostin Stoyanov b17769b930 ci: disable fail-fast for CI matrix jobs
By default GitHub Actions cancels all in-progress and queued matrix
legs as soon as one leg fails (fail-fast: true). Re-running only the
failed job afterwards does not bring back the cancelled siblings, so
recovering from a single failure requires re-running the whole job.

Cancelling the siblings also hides information: whether the other
shards or environments would have passed or failed is exactly
what we want to know from a CI run, not something to discard
on the first failure. Set fail-fast: false on the matrix jobs
that were still inheriting the default, so every leg runs
to completion independently.

Assisted-by: Claude Code:claude-opus-4-8
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2026-06-11 08:12:06 +02:00
..
check-commits.yml ci: use package-manager dependency install scripts 2025-11-02 07:48:23 -08:00
ci.yml ci: disable fail-fast for CI matrix jobs 2026-06-11 08:12:06 +02:00
codeql.yml ci: upgrade CodeQL actions from v3 to v4 2026-03-15 00:14:17 +00:00
cross-compile-daily.yml ci: add workflow for riscv64 2025-03-21 12:40:31 -07:00
lint.yml Use command -v instead of which 2025-11-05 15:41:34 -08:00
manage-labels.yml github: auto-remove changes requested and awaiting reply labels 2023-10-22 13:29:25 -07:00
stale.yml github: update the stale version 2022-04-06 10:57:20 -07:00