Skip to content

Commit

Permalink
Fix? Can't find 'action.yml' error
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 18, 2024
1 parent 2d780bb commit e22b01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e22b01a

Please sign in to comment.