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 21fc21d2600 Add task sdk tests checks to slack notifier (#44174)
21fc21d2600 is described below

commit 21fc21d260056cd01127d24793e6c20295fd7ae0
Author: GPK <[email protected]>
AuthorDate: Tue Nov 19 10:55:14 2024 +0000

    Add task sdk tests checks to slack notifier (#44174)
    
    * add task sdk tests checks to slack notifier
    
    * add task sdk tests checks to slack notifier
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb594ff3764..a1f46d74024 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -734,6 +734,7 @@ jobs:
       - tests-with-lowest-direct-resolution
       - additional-prod-image-tests
       - tests-kubernetes
+      - tests-task-sdk
       - finalize-tests
     if: github.event_name == 'schedule' && failure()
     runs-on: ["ubuntu-22.04"]

Reply via email to