From c8ce7f8f08c0bd7a55d716f945a5d1e7c5cda817 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Thu, 14 Nov 2024 14:04:03 +0000 Subject: [PATCH] test.yaml: continue running if job errors so other jobs still finish --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f12f4b845c..1bb01f80a8e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -69,6 +69,7 @@ jobs: diffenator: name: Diffenate fonts runs-on: ubuntu-latest + continue-on-error: true steps: - name: Cancel previous