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


##########
.github/workflows/additional-ci-image-checks.yml:
##########
@@ -84,6 +84,10 @@ on:  # yamllint disable-line rule:truthy
         description: "Whether to debug resources (true/false)"
         required: true
         type: string
+      use-uv:
+        description: "Whether to use uv to build the image (true/false)"
+        required: true

Review Comment:
   Yes @rawwar . And also validation. When we have mandatory input and we 
forget to add it, we got "workflow is broken" error, and this forces us to 
think about those and make sure that we do not have "accidental" values passed 
to compoiste workflows.



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