Skip to content

Commit

Permalink
need:checks for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Dec 5, 2023
1 parent 552b8d5 commit 471e807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
conda-python-build:
needs: checks
secrets: inherit
uses: ./.github/workflows/conda-build.yaml
with:
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
wheel-build:
needs: checks
secrets: inherit
uses: ./.github/workflows/wheel-build.yaml
with:
Expand Down

0 comments on commit 471e807

Please sign in to comment.