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

jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 3296a1df660 [v3-1-test] Make the failure link in Slack having a deep 
link into the job, 2nd attempt (#63670) (#63678)
3296a1df660 is described below

commit 3296a1df66004025b3207002bfc4ad14a5c08f28
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Mar 15 23:17:04 2026 +0100

    [v3-1-test] Make the failure link in Slack having a deep link into the job, 
2nd attempt (#63670) (#63678)
    
    (cherry picked from commit 5640d54)
---
 .github/workflows/ci-image-checks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-image-checks.yml 
b/.github/workflows/ci-image-checks.yml
index 42c8f13187e..41b6e0cba6c 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -289,7 +289,7 @@ jobs:
           # yamllint disable rule:line-length
           payload: |
             channel: "internal-airflow-ci-cd"
-            text: "⚠️ Missing 3rd-party doc inventories in canary build on 
*${{ github.ref_name }}*\n\nPackages:\n${{ 
steps.check-missing-inventories.outputs.packages }}\n\n<https://github.com/${{ 
github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job 
}}|View job log>"
+            text: "⚠️ Missing 3rd-party doc inventories in canary build on 
*${{ github.ref_name }}*\n\nPackages:\n${{ 
steps.check-missing-inventories.outputs.packages }}\n\n<https://github.com/${{ 
github.repository }}/actions/runs/${{ github.run_id }}/job/${{ job.check_run_id 
}}|View job log>"
           # yamllint enable rule:line-length
         env:
           SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

Reply via email to