pitrou commented on code in PR #36230:
URL: https://github.com/apache/arrow/pull/36230#discussion_r1238349417
##########
dev/tasks/docs/github.linux.yml:
##########
@@ -21,13 +21,59 @@
jobs:
test:
- name: Docs Preview
+ name: Docs Preview
runs-on: ubuntu-latest
{{ macros.github_set_env(env) }}
steps:
{{
macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
{{ macros.github_install_archery()|indent }}
+ - name: Free up disk space
Review Comment:
Is it possible to add some kind of macro for this step instead of repeating
it in two different files?
--
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]