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