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

rom 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 b1346ac78b send notification to internal-ci-cd channel (#42630)
b1346ac78b is described below

commit b1346ac78b48d67fb1b9648680fe6bb25f16ddd1
Author: rom sharon <[email protected]>
AuthorDate: Tue Oct 1 23:05:45 2024 +0300

    send notification to internal-ci-cd channel (#42630)
---
 .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 8828a30ce3..716323cb9a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -690,7 +690,7 @@ jobs:
         id: slack
         uses: slackapi/[email protected]
         with:
-          channel-id: 'zzz_webhook_test'
+          channel-id: 'internal-airflow-ci-cd'
           # yamllint disable rule:line-length
           payload: |
             {

Reply via email to