From 78e262ac6b97e0026f076d3df03535951d4e1200 Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Tue, 3 Dec 2024 12:32:18 +0100 Subject: [PATCH] allow one job to fail and the other to continue --- .github/workflows/ingest_benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ingest_benchmark.yml b/.github/workflows/ingest_benchmark.yml index 5ea67038e74c..3e7dd3ae2774 100644 --- a/.github/workflows/ingest_benchmark.yml +++ b/.github/workflows/ingest_benchmark.yml @@ -26,6 +26,7 @@ concurrency: jobs: ingest: strategy: + fail-fast: false # allow other variants to continue even if one fails matrix: target_project: [new_empty_project, large_existing_project] permissions: