feat(CI): enable fail-fast for pch/nopch (#19058)

fix(CI): enable fail-fast for pch/nopch
This commit is contained in:
sudlud
2024-06-15 18:34:42 +02:00
committed by GitHub
parent e98e03302e
commit 564cbca7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ concurrency:
jobs:
build:
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- os: ubuntu-22.04

View File

@@ -13,7 +13,7 @@ concurrency:
jobs:
build:
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- os: ubuntu-22.04