We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d780bb commit e22b01aCopy full SHA for e22b01a
.github/workflows/pr.yaml
@@ -77,7 +77,7 @@ jobs:
77
# Only run the CI pipeline if the PR does not have the skip-ci label and we are on a PR branch
78
if: ${{ !fromJSON(needs.prepare.outputs.has_skip_ci_label) && fromJSON(needs.prepare.outputs.is_pr )}}
79
secrets: inherit
80
- uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
+ uses: nv-gha-runners/.github/workflows/checks.yaml@main
81
with:
82
enable_check_generated_files: false
83
0 commit comments