ferruzzi commented on code in PR #39946:
URL: https://github.com/apache/airflow/pull/39946#discussion_r1625101571


##########
.github/workflows/run-unit-tests.yml:
##########
@@ -140,6 +151,7 @@ jobs:
       PYDANTIC: "${{ inputs.pydantic }}"
       PYTHON_MAJOR_MINOR_VERSION: "${{ matrix.python-version }}"
       UPGRADE_BOTO: "${{ inputs.upgrade-boto }}"
+      AIRFLOW_MONITOR_DELAY_TIME_IN_SECONDS: 
"${{inputs.monitor-delay-time-in-seconds}}"

Review Comment:
   Jinja is not my forte, so maybe it doesn't matter or maybe there is a reason 
it is different here, but the other lines around this have spaces between the 
curly braces and the text inside them.
   
   ```suggestion
         AIRFLOW_MONITOR_DELAY_TIME_IN_SECONDS: "${{ 
inputs.monitor-delay-time-in-seconds }}"
   ```



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