Skip to content

Commit b63477c

Browse files
committed
Test workflow and temporarily disable if check for schedule
1 parent 2ab4f4b commit b63477c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)