From 204974690343a8fda6513c602fcf3e2c4273d1b4 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 15 Oct 2025 12:34:27 +1100 Subject: [PATCH] continue-on-error: true --- .github/workflows/test-nimble-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-nimble-install.yml b/.github/workflows/test-nimble-install.yml index 887557f7a..91e0a33ba 100644 --- a/.github/workflows/test-nimble-install.yml +++ b/.github/workflows/test-nimble-install.yml @@ -8,6 +8,7 @@ on: jobs: test-nimble-install: + continue-on-error: true # Some runs get oddly cancelled strategy: matrix: os: [ubuntu-latest, macos-latest] # TODO: Windows