jscheffl commented on code in PR #45338:
URL: https://github.com/apache/airflow/pull/45338#discussion_r1900698018
##########
.github/workflows/finalize-tests.yml:
##########
@@ -187,7 +187,7 @@ jobs:
persist-credentials: false
- name: "Cleanup docker"
run: ./scripts/ci/cleanup_docker.sh
- - name: Free up disk space
+ - name: "Free up disk space"
Review Comment:
YAML does not need quotes except if you carry special chars that need to be
escaped :-D
--
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]