ashb commented on a change in pull request #11276:
URL: https://github.com/apache/airflow/pull/11276#discussion_r499522232
##########
File path: .github/workflows/build-images-workflow-run.yml
##########
@@ -307,6 +316,20 @@ jobs:
- name: "Push PROD images ${{ matrix.python-version }}:${{
github.event.workflow_run.id }}"
run: ./scripts/ci/images/ci_push_production_images.sh
if: matrix.image-type == 'PROD' && steps.defaults.outputs.proceed ==
'true'
+ - name: GitHub Checks
Review comment:
```suggestion
- name: Add details link to image build job
```
I think?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]