Skip to content

Commit

Permalink
fix docs branch job
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Dec 4, 2024
1 parent 3e0f357 commit ad516ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ concurrency:
jobs:
docs-build:
if: github.ref_type == 'branch'
needs: python-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
Expand All @@ -39,4 +38,4 @@ jobs:
date: ${{ inputs.date }}
node_type: "gpu-v100-latest-1"
run_script: "ci/build_docs.sh"
sha: ${{ inputs.sha }}
sha: ${{ inputs.sha }}

0 comments on commit ad516ae

Please sign in to comment.