diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5d7104a01..8b8340775 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -77,7 +77,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.02 + uses: nv-gha-runners/.github/workflows/checks.yaml@main with: enable_check_generated_files: false