Skip to content

Commit

Permalink
fix nightly docs workflow dependencies (#97)
Browse files Browse the repository at this point in the history
The branch build triggered by merging #96 failed immediately.

> The workflow is not valid. .github/workflows/build.yaml (Line: 47, Col: 12): Job 'docs-build' depends on unknown job 'conda-cpp-build'.

([build link](https://github.com/rapidsai/cugraph-gnn/actions/runs/12379736454))

This fixes that.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Don Acosta (https://github.com/acostadon)
  - Bradley Dice (https://github.com/bdice)

URL: #97
  • Loading branch information
jameslamb authored Dec 17, 2024
1 parent cc1bab9 commit e641496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
docs-build:
needs: conda-cpp-build
needs: cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit e641496

Please sign in to comment.