We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340aeb1 commit 5c91082Copy full SHA for 5c91082
.github/workflows/cpp_extra.yml
@@ -337,8 +337,7 @@ jobs:
337
if: >-
338
needs.check-labels.outputs.force == 'true' ||
339
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/')
+ contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
342
timeout-minutes: 240
343
permissions:
344
packages: write
0 commit comments