From e641496cb4f1e9d1f41b11841c9e332875603ac1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 17 Dec 2024 14:59:41 -0600 Subject: [PATCH] fix nightly docs workflow dependencies (#97) 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: https://github.com/rapidsai/cugraph-gnn/pull/97 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa430d6..15e3342 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/custom-job.yaml@branch-25.02 with: