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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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