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

potiuk 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 878b46924f1 [v3-1-test] Make the failure link in Slack having a deep 
link into the job (#63666) (#63669)
878b46924f1 is described below

commit 878b46924f1a4a6fde882b7f273cfe74ba9f551f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 15 21:19:01 2026 +0100

    [v3-1-test] Make the failure link in Slack having a deep link into the job 
(#63666) (#63669)
    
    (cherry picked from commit 7e04b97b39a446119e7d42a9927601da20d9d7e6)
    
    Co-authored-by: Jens Scheffler <[email protected]>
---
 .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 1e6c70e99f5..42c8f13187e 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 }}|View build 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/${{ github.job 
}}|View job log>"
           # yamllint enable rule:line-length
         env:
           SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

Reply via email to