File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -459,14 +459,14 @@ jobs:
459459 if-no-files-found : error
460460 # Upload ODBC installer as nightly release in scheduled runs
461461 - name : Prepare ODBC installer for sync
462- if : github.event_name == 'schedule'
462+ # if: github.event_name == 'schedule' # -AL- for testing purpose, temporarily disable `if` check
463463 run : |
464464 mkdir odbc-installer
465- Move-Item build/cpp/Apache Arrow Flight SQL ODBC-*-win64.msi odbc-installer/
466- tree odbc-installer
465+ Move-Item " build/cpp/Apache Arrow Flight SQL ODBC-*-win64.msi" odbc-installer/
466+ tree odbc-installer /f
467467 - name : Sync to Remote
468- if : github.event_name == 'schedule'
469- uses : ./arrow/ .github/actions/sync-nightlies
468+ # if: github.event_name == 'schedule'
469+ uses : ./.github/actions/sync-nightlies
470470 with :
471471 upload : true
472472 switches : -avzh --update --delete --progress
You can’t perform that action at this time.
0 commit comments