@@ -108,8 +108,15 @@ jobs:
108
108
run : |
109
109
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
110
110
- name : Download the latest Apache Arrow C++
111
+ if : github.event_name != 'schedule'
111
112
run : |
112
113
ci/scripts/download_cpp.sh
114
+ - name : Checkout Apache Arrow C++
115
+ if : github.event_name == 'schedule'
116
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117
+ with :
118
+ repository : apache/arrow
119
+ path : arrow
113
120
- name : Checkout apache/arrow-testing
114
121
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115
122
with :
@@ -168,8 +175,15 @@ jobs:
168
175
run : |
169
176
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
170
177
- name : Download the latest Apache Arrow C++
178
+ if : github.event_name != 'schedule'
171
179
run : |
172
180
ci/scripts/download_cpp.sh
181
+ - name : Checkout Apache Arrow C++
182
+ if : github.event_name == 'schedule'
183
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
184
+ with :
185
+ repository : apache/arrow
186
+ path : arrow
173
187
- name : Checkout apache/arrow-testing
174
188
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
175
189
with :
@@ -286,9 +300,16 @@ jobs:
286
300
run : |
287
301
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
288
302
- name : Download the latest Apache Arrow C++
303
+ if : github.event_name != 'schedule'
289
304
shell : bash
290
305
run : |
291
306
ci/scripts/download_cpp.sh
307
+ - name : Checkout Apache Arrow C++
308
+ if : github.event_name == 'schedule'
309
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310
+ with :
311
+ repository : apache/arrow
312
+ path : arrow
292
313
- name : Set up Java
293
314
uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
294
315
with :
0 commit comments