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


##########
.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:
   Maybe the name could be misleading. We could likely change it to 
"target-branch" (PRs welcome :) ) .
   
   This comes from 
https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/branch_defaults.py
 - and this value is different for `v2-10-test` targeted PRs than for `main` 
targeted PRs. This is how we distinguish whether the PR / canary build is in 
`main` or `2.10` or other line.
   
   It's explained here: 
https://github.com/apache/airflow/blob/088242a911ba52f16a8c97df0d6dcb7e47ca1b73/dev/breeze/doc/ci/04_selective_checks.md#L4
   
   
   
![image](https://github.com/user-attachments/assets/ad498ce3-0e30-4646-b9ed-73932572a384)
   



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