potiuk commented on code in PR #35439:
URL: https://github.com/apache/airflow/pull/35439#discussion_r1382422897
##########
.github/workflows/ci.yml:
##########
@@ -1695,8 +1696,7 @@ jobs:
DEBUG_RESOURCES: ${{needs.build-info.outputs.debug-resources}}
if: >
( needs.build-info.outputs.run-kubernetes-tests == 'true' ||
- needs.build-info.outputs.needs-helm-tests == 'true' ) &&
- needs.build-info.outputs.default-branch == 'main'
+ needs.build-info.outputs.needs-helm-tests == 'true')
Review Comment:
BTW. This is needed because I realized we should run k8s tests also on
`v2_*-test` branches even if we do not release Helm Chart there, it is great to
verify that our "about to be released" version of airflow works end-to-end in
K8S.
--
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]