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


##########
.github/workflows/special-tests.yml:
##########
@@ -134,7 +134,7 @@ jobs:
       contents: read
       packages: read
     secrets: inherit
-    if: inputs.canary-run == 'true' || inputs.upgrade-to-newer-dependencies == 
'true'
+    if: inputs.canary-run == 'true' || inputs.upgrade-to-newer-dependencies != 
'false'

Review Comment:
   Actually.. i was wrong :) .
   
   When I look in detail it looks like the inputs/outputs were the same 
"true/false" like everything else - only the --build-arg 
UPGRADE_TO_NEWER_DEPENDENCIES required the random value I mentioned above (due 
to docker layer caching). I made it clearer - I hope in 
https://github.com/apache/airflow/pull/38637 by renaming the build-arg to 
UPGRADE_TO_NEWER_DEPENDENCIES_HASH and correcting the descriptions.



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