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


##########
.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:
   It's different - because upgrade-to-newer-dependencies is either `false` or 
... random hash :D. It's needed to make sure that appropriate Container layer 
gets invalidated (via build arg). I **think** I will need to add better 
description and likely change name of the parameter to reflect this because I 
keep on forgetting it myself.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to