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

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new b387595e61 [#] Disable fail-fast in CI strategy to improve job 
resilience (#1651)
b387595e61 is described below

commit b387595e61833cf657d57ffe493679c869552608
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 5 10:12:53 2026 +0100

    [#] Disable fail-fast in CI strategy to improve job resilience (#1651)
---
 .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