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 7e04b97b39a Make the failure link in Slack having a deep link into the 
job (#63666)
7e04b97b39a is described below

commit 7e04b97b39a446119e7d42a9927601da20d9d7e6
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Mar 15 19:17:45 2026 +0100

    Make the failure link in Slack having a deep link into the job (#63666)
---
 .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 a3eb7caf84f..7fa76953283 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