Skip to content

Commit 5c91082

Browse files
committed
Remove change to trigger ODBC files without CI Extra labels
1 parent 340aeb1 commit 5c91082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cpp_extra.yml

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

0 commit comments

Comments
 (0)