We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e5a76 commit 05ec8cbCopy full SHA for 05ec8cb
.github/workflows/cpp_extra.yml
@@ -482,8 +482,7 @@ jobs:
482
"Apache Arrow Flight SQL ODBC-*-win64.msi"
483
# Upload ODBC installer as nightly release in scheduled runs
484
- name: Prepare ODBC installer for sync
485
- # if: github.event_name == 'schedule'
486
- # -AL- uncomment out later
+ if: github.event_name == 'schedule'
487
run: |
488
mkdir odbc-installer
489
Move-Item "Apache Arrow Flight SQL ODBC-*-win64.msi" odbc-installer/
0 commit comments