We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2179d58 commit f59ef8fCopy full SHA for f59ef8f
.github/workflows/rc.yml
@@ -299,13 +299,13 @@ jobs:
299
shell: bash
300
run: |
301
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
302
- - name: Download the latest Apache Arrow C++
303
- if: github.event_name != 'schedule'
304
- shell: bash
305
- run: |
306
- ci/scripts/download_cpp.sh
+ # - name: Download the latest Apache Arrow C++
+ # if: github.event_name != 'schedule'
+ # shell: bash
+ # run: |
+ # ci/scripts/download_cpp.sh
307
- name: Checkout Apache Arrow C++
308
- if: github.event_name == 'schedule'
+ # if: github.event_name == 'schedule'
309
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310
with:
311
repository: apache/arrow
0 commit comments