From f0be36bedd9a7d7c03d4b90666136070d650f22c Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 16 Apr 2024 13:54:39 -0500 Subject: [PATCH] Switch back to 24.06 branch for pandas tests (#15543) This PR switches the `custom-build` shared workflow branch back to `branch-24.06` which now contains the necessary upload artifact changes. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f84b1f42928..f9d5976f1fe 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -182,7 +182,7 @@ jobs: pandas-tests-diff: # diff the results of running the Pandas unit tests and publish a job summary needs: pandas-tests - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@patch-1 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.06 with: node_type: cpu4 build_type: pull-request