potiuk commented on a change in pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#discussion_r506643716



##########
File path: .github/workflows/ci.yml
##########
@@ -175,9 +185,9 @@ jobs:
       SKIP: "pylint"
       MOUNT_LOCAL_SOURCES: "true"
       PYTHON_MAJOR_MINOR_VERSION: 
${{needs.build-info.outputs.defaultPythonVersion}}
-    if: github.repository == 'apache/airflow' || github.event_name != 
'schedule'
-      # We want to make sure we have latest sources as only in_container 
scripts are added
-    # to the image but we want to static-check all of them
+    if: >
+      needs.build-info.outputs.needs-image-build == 'true' &&

Review comment:
       I decided to change the name similar to your suggestion and described 
the logic now. 




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