Skip to content

Commit 05ec8cb

Browse files
committed
Remove commented out test
1 parent 43e5a76 commit 05ec8cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,7 @@ jobs:
482482
"Apache Arrow Flight SQL ODBC-*-win64.msi"
483483
# Upload ODBC installer as nightly release in scheduled runs
484484
- name: Prepare ODBC installer for sync
485-
# if: github.event_name == 'schedule'
486-
# -AL- uncomment out later
485+
if: github.event_name == 'schedule'
487486
run: |
488487
mkdir odbc-installer
489488
Move-Item "Apache Arrow Flight SQL ODBC-*-win64.msi" odbc-installer/

0 commit comments

Comments
 (0)