kaxil commented on a change in pull request #14996:
URL: https://github.com/apache/airflow/pull/14996#discussion_r601465188
##########
File path: .github/workflows/ci.yml
##########
@@ -504,12 +505,13 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
strategy:
matrix:
package-format: ['wheel', 'sdist']
- if: needs.build-info.outputs.image-build == 'true'
+ if: needs.build-info.outputs.image-build == 'true' &&
needs.build-info.outputs.default-branch == 'master'
Review comment:
At this point, I just hope GH Api become more mature and provide
detailed info for use in workflows, any who as we don't know when it would
happen let's merge this one in
--
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]