Skip to content

Commit e34568a

Browse files
committed
Add back check for scheduled
1 parent fff2166 commit e34568a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
../minimal_build.build/arrow-example
328328
329329
report-extra-cpp:
330-
if: always()
330+
if: github.event_name == 'schedule' && always()
331331
needs:
332332
- docker
333333
- jni-linux

0 commit comments

Comments
 (0)