From aefa08c157cd3424ffb1c60525c0cc1595857d11 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Wed, 10 Apr 2024 21:33:54 -0300 Subject: [PATCH 1/2] Bump arrow-testing to include repro file for #41044 --- testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing b/testing index 25d16511e8d..735ae7128d5 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit 25d16511e8d42c2744a1d94d90169e3a36e92631 +Subproject commit 735ae7128d571398dd798d7ff004adebeb342883 From f1a6efedc91825d886b6f7caa6a61a1084936fdd Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Wed, 10 Apr 2024 23:14:44 -0300 Subject: [PATCH 2/2] Force CI to run when arrow-testing is bumped --- .github/workflows/cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 1d10be3b5bc..dd5abbe1b4b 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 }}