From d13df293624e0f50d9374272bfd05ab56242511d Mon Sep 17 00:00:00 2001 From: Ludwig Date: Sun, 30 Jun 2024 21:25:50 +0200 Subject: [PATCH] Revert "feat(CI): enable fail-fast for pch/nopch (#19058)" This reverts commit 564cbca7d37768d78a2b9e90467aad2204e1650b. --- .github/workflows/core-build-nopch.yml | 2 +- .github/workflows/core-build-pch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index 41a8f0d38f..e3882a860e 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: strategy: - fail-fast: true + fail-fast: false matrix: include: - os: ubuntu-22.04 diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 4da23908a1..a824e78eb4 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: strategy: - fail-fast: true + fail-fast: false matrix: include: - os: ubuntu-22.04