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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 4828e7a3db9 [v3-1-test] Clarify behavior of `ALL_DONE_MIN_ONE_SUCCESS` 
rule (#59954) (#59967)
4828e7a3db9 is described below

commit 4828e7a3db916d4de21367b8afc240d48aa80da5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Dec 31 14:40:52 2025 +0100

    [v3-1-test] Clarify behavior of `ALL_DONE_MIN_ONE_SUCCESS` rule (#59954) 
(#59967)
    
    Updated the description of the new trigger rule to clarify its behavior 
regarding upstream tasks.
    
    This has been wrongly described in the changelog
    (cherry picked from commit 276b5b9346fe5dad61f41f0625840ab4b0593323)
    
    
    https: 
//airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html#trigger-rules
 has correct description.
---
 RELEASE_NOTES.rst       | 3 ++-
 reproducible_build.yaml | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 4cea28926b2..71b4bcc02b2 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -545,8 +545,9 @@ This enables use cases like:
 New Trigger Rule: ``ALL_DONE_MIN_ONE_SUCCESS``
 """"""""""""""""""""""""""""""""""""""""""""""
 
-``ALL_DONE_MIN_ONE_SUCCESS``: This rule triggers when all upstream tasks are 
done (success, failed, or skipped) and
+``ALL_DONE_MIN_ONE_SUCCESS``: This rule triggers when all upstream tasks are 
done (success, failed) and
 at least one has succeeded, filling a gap between existing trigger rules for 
complex workflow patterns.
+Skipped upstream tasks work as usually - they skip downstream task.
 
 Enhanced DAG Processing Visibility
 """""""""""""""""""""""""""""""""""
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index a80c74c7ce7..f322f83663c 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 5aa4ac609dd55fd471f259172319029b
-source-date-epoch: 1765579908
+release-notes-hash: 8febd70187ea47c071408a76c7f6542e
+source-date-epoch: 1767188405

Reply via email to