potiuk commented on code in PR #33791:
URL: https://github.com/apache/airflow/pull/33791#discussion_r1306599532


##########
.github/workflows/ci.yml:
##########
@@ -645,6 +645,14 @@ jobs:
           breeze release-management publish-docs
           --override-versioned
           ${{ needs.build-info.outputs.docs-filter-list-as-string }}
+      - name: "Generate back-reference for providers"
+        run: breeze release-management add-back-references all-providers
+      - name: "Generate back-reference for apache-airflow"
+        run: breeze release-management add-back-references apache-airflow
+      - name: "Generate back-reference for docker-stack"
+        run: breeze release-management add-back-references docker-stack
+      - name: "Generate back-reference for helm-chart"
+        run: breeze release-management add-back-references helm-chart

Review Comment:
   Sure. Let me just see if it succeeds with the current build and I will push 
a fixup



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to