From 7bfff6c87c2f608941e880ba1492c96784ce9f52 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 22 Feb 2023 00:11:45 +0000 Subject: [PATCH] ci: disable fail-fast on deltachat-rpc-server.yml builds --- .github/workflows/deltachat-rpc-server.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 95d4382c5..29f40b491 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -9,6 +9,7 @@ jobs: build_server: name: Build deltachat-rpc-server strategy: + fail-fast: false matrix: include: - os: ubuntu-22.04