dimberman commented on a change in pull request #8955:
URL: https://github.com/apache/airflow/pull/8955#discussion_r428870499



##########
File path: .github/workflows/ci.yml
##########
@@ -358,7 +358,10 @@ jobs:
       - prepare-backport-packages
       - build-prod-image
       - docs
-    if: github.ref == 'refs/heads/master' && github.event_name != 'schedule'
+    if: |
+      (github.ref == 'refs/heads/master' ||
+      github.ref == 'refs/heads/v1-10-test' ) &&

Review comment:
       It would appear that we now have what is called a mexican standoff...




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


Reply via email to