diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/core-build-nopch.yml | 2 | ||||
-rw-r--r-- | .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 |