kou commented on PR #41139:
URL: https://github.com/apache/arrow/pull/41139#issuecomment-2048806908

   Could you also add this to run CI for C++?
   
   ```diff
   diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
   index 1d10be3b5b..f9de0c245b 100644
   --- a/.github/workflows/cpp.yml
   +++ b/.github/workflows/cpp.yml
   @@ -21,6 +21,7 @@ on:
      push:
        paths:
          - '.github/workflows/cpp.yml'
   +      - '.gitmodules'
          - 'ci/docker/**'
          - 'ci/scripts/cpp_*'
          - 'ci/scripts/install_azurite.sh'
   @@ -34,6 +35,7 @@ on:
      pull_request:
        paths:
          - '.github/workflows/cpp.yml'
   +      - '.gitmodules'
          - 'ci/docker/**'
          - 'ci/scripts/cpp_*'
          - 'ci/scripts/install_azurite.sh'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to