jscheffl commented on code in PR #45068:
URL: https://github.com/apache/airflow/pull/45068#discussion_r1891387687


##########
.github/workflows/special-tests.yml:
##########
@@ -199,6 +203,7 @@ jobs:
       include-success-outputs: ${{ inputs.include-success-outputs }}
       run-coverage: ${{ inputs.run-coverage }}
       debug-resources: ${{ inputs.debug-resources }}
+    if: ${{ inputs.default-branch == 'main' }}

Review Comment:
   Are you sure this comparison makes sense? Default branch is `main` and you 
compare with main. This is always `true`?



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