Skip to content

Commit

Permalink
workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 20, 2024
1 parent bf7f169 commit 984dbd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ concurrency:
jobs:
pr-builder:
needs:
- checks
# - checks
- conda-cpp-build
- conda-cpp-tests
- conda-python-build
- conda-python-tests
- docs-build
- wheel-build-pylibwholegraph
- wheel-test-pylibwholegraph
# - docs-build
# - wheel-build-pylibwholegraph
# - wheel-test-pylibwholegraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
Expand All @@ -28,7 +28,7 @@ jobs:
with:
enable_check_generated_files: false
conda-cpp-build:
needs: checks
# needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit 984dbd0

Please sign in to comment.