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 5640d5480c7 Make the failure link in Slack having a deep link into the
job, 2nd attempt (#63670)
5640d5480c7 is described below
commit 5640d5480c79061e361c0b548644b6c335f39b6b
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Mar 15 23:14:02 2026 +0100
Make the failure link in Slack having a deep link into the job, 2nd attempt
(#63670)
---
.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 7fa76953283..c5d3622813c 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 }}