Skip to content

Commit

Permalink
skip 'checks' job too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 6, 2024
1 parent e80d566 commit 695f627
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pr-builder:
needs:
- changed-files
- checks
# - checks
# - conda-cpp-build
# - conda-cpp-tests
# - conda-cpp-checks
Expand Down Expand Up @@ -73,13 +73,13 @@ jobs:
- '!docs/**'
- '!img/**'
- '!notebooks/**'
checks:
secrets: inherit
# needs: telemetry-setup
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
ignored_pr_jobs: telemetry-summarize
# checks:
# secrets: inherit
# # needs: telemetry-setup
# uses: rapidsai/shared-workflows/.github/workflows/[email protected]
# with:
# enable_check_generated_files: false
# ignored_pr_jobs: telemetry-summarize
# conda-cpp-build:
# needs: checks
# secrets: inherit
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
# container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.10"
# run_script: "ci/build_docs.sh"
wheel-build-libcugraph:
needs: checks
# needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit 695f627

Please sign in to comment.