Skip to content

Commit 340aeb1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +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/')
341+
contains(github.event.pull_request.changed_files.*.filename, 'cpp/src/arrow/flight/sql/odbc/')
342342
timeout-minutes: 240
343343
permissions:
344344
packages: write

0 commit comments

Comments
 (0)