summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsudlud <sudlud@users.noreply.github.com>2024-06-15 18:34:42 +0200
committerGitHub <noreply@github.com>2024-06-15 18:34:42 +0200
commit564cbca7d37768d78a2b9e90467aad2204e1650b (patch)
tree25aeb18535af7244d211c0b27e36362a1081d91d /.github
parente98e03302e04a51b2637b9a08abfc5fc05f0c205 (diff)
feat(CI): enable fail-fast for pch/nopch (#19058)
fix(CI): enable fail-fast for pch/nopch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/core-build-nopch.yml2
-rw-r--r--.github/workflows/core-build-pch.yml2
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