Skip to content

Commit

Permalink
Remove job from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 7, 2024
1 parent 02645b0 commit 8e186ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
needs:
- changed-files
- checks
# TODO: Remove this check before merging this PR and make sure the copy
# in test.yaml is up-to-date.
- clang-tidy
- conda-cpp-build
- conda-cpp-checks
- conda-cpp-tests
Expand Down Expand Up @@ -97,13 +94,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
clang-tidy:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
run_script: "ci/cpp_linters.sh"
file_to_upload: iwyu_results.txt
conda-cpp-build:
needs: checks
secrets: inherit
Expand Down

0 comments on commit 8e186ea

Please sign in to comment.