Skip to content

Commit 5da186a

Browse files
committed
Second attempt to Run ODBC Extra CI when odbc files are modified
1 parent 3047270 commit 5da186a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,7 @@ jobs:
338338
needs.check-labels.outputs.force == 'true' ||
339339
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
340340
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++') ||
341-
contains(join(github.event.pull_request.changed_files, ' '), 'cpp/src/arrow/flight/sql/odbc/')
342-
timeout-minutes: 240
341+
contains(github.event.pull_request.changed_files.*.filename, 'cpp/src/arrow/flight/sql/odbc/')
343342
permissions:
344343
packages: write
345344
env:

0 commit comments

Comments
 (0)