This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch fix/github-actions-fail-false
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 45868992836133aab894b17ba15ff2146ca572db
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 5 10:02:25 2026 +0100

    [#] Disable fail-fast in CI strategy to improve job resilience
---
 .github/workflows/ci-nightly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index f2ac9419f1..08a9ab6ca5 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -54,6 +54,7 @@ jobs:
       pull-requests: write
 
     strategy:
+      fail-fast: false
       matrix:
         os: [ ubuntu-24.04, ubuntu-22.04, macos-26, macos-15, windows-2025, 
windows-2022 ]
         java-version: [ 17, 21 ]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to