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

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


The following commit(s) were added to refs/heads/main by this push:
     new ac34e356fee Update v3-0-test branch failure notification frequency 
(#54326)
ac34e356fee is described below

commit ac34e356feef8c984283d557250fbd48064dbefe
Author: GPK <[email protected]>
AuthorDate: Sun Aug 10 21:55:43 2025 +0100

    Update v3-0-test branch failure notification frequency (#54326)
    
    * Update v3-0-test branch failure notification frequency
    
    * Update v3-0-test branch failure notification frequency
---
 .github/workflows/ci-notification.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-notification.yml 
b/.github/workflows/ci-notification.yml
index d43331e67c2..60c2476c2dd 100644
--- a/.github/workflows/ci-notification.yml
+++ b/.github/workflows/ci-notification.yml
@@ -19,7 +19,7 @@
 name: "CI Notification"
 on:  # yamllint disable-line rule:truthy
   schedule:
-    - cron: '28 1,7,13,19 * * *'
+    - cron: '0 6,17 * * *'
   workflow_dispatch:
 permissions:
   # All other permissions are set to none by default
@@ -75,7 +75,7 @@ jobs:
               - type: "section"
                 text:
                   type: "mrkdwn"
-                  text: "🚨🕒 Failure Alert: ${{ env.workflow_id }} 
🕒🚨\n\n*Details:* <${{ env.run_url }}|View the failure log>"
+                  text: "🚨🕒 Failure Alert: ${{ env.workflow_id }} ${{ 
env.branch }} 🕒🚨\n\n*Details:* <${{ env.run_url }}|View the failure log>"
         env:
           run_url: ${{ steps.find-workflow-run-status.outputs.run-url }}
           branch: ${{ matrix.branch }}

Reply via email to