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

   Ah, it will not detect `testing` change... This?
   
   ```diff
   diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
   index 1d10be3b5b..dd5abbe1b4 100644
   --- a/.github/workflows/cpp.yml
   +++ b/.github/workflows/cpp.yml
   @@ -31,6 +31,7 @@ on:
          - 'cpp/**'
          - 'docker-compose.yml'
          - 'format/Flight.proto'
   +      - 'testing'
      pull_request:
        paths:
          - '.github/workflows/cpp.yml'
   @@ -44,6 +45,7 @@ on:
          - 'cpp/**'
          - 'docker-compose.yml'
          - 'format/Flight.proto'
   +      - 'testing'
    
    concurrency:
      group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ 
github.workflow }}
   ```


-- 
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