We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127dc14 commit ee4729fCopy full SHA for ee4729f
1 file changed
.github/workflows/cpp_extra.yml
@@ -569,7 +569,7 @@ jobs:
569
exit 1
570
571
odbc-nightly:
572
- needs: odbc
+ needs: odbc-msvc
573
name: ODBC nightly
574
runs-on: ubuntu-latest
575
if: github.event_name == 'schedule' && github.repository == 'apache/arrow'
@@ -615,7 +615,7 @@ jobs:
615
remote_host_key: ${{ secrets.NIGHTLIES_RSYNC_HOST_KEY }}
616
617
odbc-release:
618
619
name: ODBC release
620
621
if: ${{ startsWith(github.ref_name, 'apache-arrow-') && contains(github.ref_name, '-rc') }}
0 commit comments