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

eladkal 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 224a4e3a2fb Raise alarm in Slack only on first attempt (#44906)
224a4e3a2fb is described below

commit 224a4e3a2fbc585840aa54e5a5048ea285c4e179
Author: Jens Scheffler <[email protected]>
AuthorDate: Fri Dec 13 12:49:07 2024 +0100

    Raise alarm in Slack only on first attempt (#44906)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf996018922..b411e9e4b10 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -739,7 +739,7 @@ jobs:
       - tests-kubernetes
       - tests-task-sdk
       - finalize-tests
-    if: github.event_name == 'schedule' && failure()
+    if: github.event_name == 'schedule' && failure() && github.run_attempt == 1
     runs-on: ["ubuntu-22.04"]
     steps:
       - name: Notify Slack

Reply via email to