From 64fd5d43b252cf3ec8f57e69b5118e97def2bf12 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 8 Jan 2026 14:21:04 +0300 Subject: [PATCH] ci: disable fail-fast --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ea7425..dd7916d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,6 +283,7 @@ jobs: - platform: "linux/arm64/v8" tag: "arm64-v8" runner: ubuntu-24.04-arm + fail-fast: false steps: - uses: actions/checkout@v6 with: @@ -340,6 +341,7 @@ jobs: - "amd64" - "arm-v7" - "arm64-v8" + fail-fast: false steps: - uses: actions/checkout@v6 with: @@ -380,6 +382,7 @@ jobs: - "ppc64le" - "riscv64" - "s390x" + fail-fast: false runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 @@ -446,6 +449,7 @@ jobs: features: - "" - "--features tui" + fail-fast: false steps: - uses: actions/checkout@v6 with: