Skip to content

Commit dc636af

Browse files
committed
Remove change to trigger ODBC files without CI Extra labels
1 parent ddc9db0 commit dc636af

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
@@ -341,8 +341,7 @@ 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++') ||
345-
contains(github.event.pull_request.changed_files.*.filename, 'cpp/src/arrow/flight/sql/odbc/')
344+
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
346345
timeout-minutes: 240
347346
permissions:
348347
packages: write

0 commit comments

Comments
 (0)