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 315a451 commit 7f87f52
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: nv-gha-runners/.github/workflows/checks.yaml@main
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
with:
enable_check_generated_files: false

Expand Down

0 comments on commit 7f87f52

Please sign in to comment.