Skip to content

Commit e22b01a

Browse files
committed
Fix? Can't find 'action.yml' error
1 parent 2d780bb commit e22b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Only run the CI pipeline if the PR does not have the skip-ci label and we are on a PR branch
7878
if: ${{ !fromJSON(needs.prepare.outputs.has_skip_ci_label) && fromJSON(needs.prepare.outputs.is_pr )}}
7979
secrets: inherit
80-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
80+
uses: nv-gha-runners/.github/workflows/checks.yaml@main
8181
with:
8282
enable_check_generated_files: false
8383

0 commit comments

Comments
 (0)