Skip to content

Commit ee4729f

Browse files
committed
Fix odbc-msvc
1 parent 127dc14 commit ee4729f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ jobs:
569569
exit 1
570570
571571
odbc-nightly:
572-
needs: odbc
572+
needs: odbc-msvc
573573
name: ODBC nightly
574574
runs-on: ubuntu-latest
575575
if: github.event_name == 'schedule' && github.repository == 'apache/arrow'
@@ -615,7 +615,7 @@ jobs:
615615
remote_host_key: ${{ secrets.NIGHTLIES_RSYNC_HOST_KEY }}
616616

617617
odbc-release:
618-
needs: odbc
618+
needs: odbc-msvc
619619
name: ODBC release
620620
runs-on: ubuntu-latest
621621
if: ${{ startsWith(github.ref_name, 'apache-arrow-') && contains(github.ref_name, '-rc') }}

0 commit comments

Comments
 (0)