This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new bcb0da5 Disable fail-fast builds
bcb0da5 is described below
commit bcb0da532e88263c235611ade475b5ff6388c795
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 3 17:58:40 2023 +0200
Disable fail-fast builds
---
.github/workflows/build-reusable.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-reusable.yaml
b/.github/workflows/build-reusable.yaml
index 5e671f7..52479ff 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -32,6 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]