From c9b7dcd051e35dbf614ccf6391fccb68b9e16834 Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 18 Sep 2024 15:46:28 -0500 Subject: [PATCH] . --- .github/workflows/pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b4cb867e78..de4b43f66f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,7 +49,7 @@ jobs: - checks - ci_pipe secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.06 + uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10 prepare: # Executes the get-pr-info action to determine if the PR has the skip-ci label, if the action fails we assume the @@ -76,7 +76,7 @@ jobs: # Only run the CI pipeline if the PR does not have the skip-ci label and we are on a PR branch if: ${{ !fromJSON(needs.prepare.outputs.has_skip_ci_label) && fromJSON(needs.prepare.outputs.is_pr )}} secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.06 + uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10 with: enable_check_generated_files: false