From 564cbca7d37768d78a2b9e90467aad2204e1650b Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 15 Jun 2024 18:34:42 +0200 Subject: [PATCH] feat(CI): enable fail-fast for pch/nopch (#19058) fix(CI): enable fail-fast for pch/nopch --- .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 e3882a860e..41a8f0d38f 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: false + fail-fast: true matrix: include: - os: ubuntu-22.04 diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index a824e78eb4..4da23908a1 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: false + fail-fast: true matrix: include: - os: ubuntu-22.04