This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 dc5d56b5bd Attempt to correct dependency for Slack notification for
canary build (#42551)
dc5d56b5bd is described below
commit dc5d56b5bd7eefe95fd3a7dab9d32db27e804eaf
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Sep 28 09:34:19 2024 +0200
Attempt to correct dependency for Slack notification for canary build
(#42551)
---
.github/workflows/ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8625aee73d..8828a30ce3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -673,6 +673,16 @@ jobs:
notify-slack-failure:
name: "Notify Slack on Failure"
+ needs:
+ - basic-tests
+ - additional-ci-image-checks
+ - providers
+ - tests-helm
+ - tests-special
+ - tests-with-lowest-direct-resolution
+ - additional-prod-image-tests
+ - tests-kubernetes
+ - finalize-tests
if: github.event_name == 'schedule' && failure()
runs-on: ["ubuntu-22.04"]
steps: