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


##########
.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:
   I could separate that one out, but It's a small thing that does not even 
affect `main` branch - just future v2* branches 



-- 
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