Skip to content

Commit b3b4521

Browse files
authored
MINOR: [C++] Bump arrow-testing to include repro file for apache#41044 (apache#41139)
### What changes are included in this PR? Bump `arrow-testing` to include the latest commit. Authored-by: Felipe Oliveira Carvalho <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 7f64fff commit b3b4521

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cpp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
- 'cpp/**'
3232
- 'docker-compose.yml'
3333
- 'format/Flight.proto'
34+
- 'testing'
3435
pull_request:
3536
paths:
3637
- '.github/workflows/cpp.yml'
@@ -44,6 +45,7 @@ on:
4445
- 'cpp/**'
4546
- 'docker-compose.yml'
4647
- 'format/Flight.proto'
48+
- 'testing'
4749

4850
concurrency:
4951
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}

0 commit comments

Comments
 (0)