File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,8 @@ jobs:
341341 if : >-
342342 needs.check-labels.outputs.force == 'true' ||
343343 contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
344- contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
344+ contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++') ||
345+ contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++: ODBC')
345346 timeout-minutes : 240
346347 permissions :
347348 packages : write
Original file line number Diff line number Diff line change 7373 - any-glob-to-any-file :
7474 - docs/**/*
7575 - " **/*.{md, rst, Rmd, Rd}"
76+
77+ " CI: Extra: C++: ODBC " :
78+ - changed-files :
79+ - any-glob-to-any-file :
80+ - cpp/src/arrow/flight/sql/odbc/**/*
You can’t perform that action at this time.
0 commit comments