Skip to content

Commit

Permalink
Remove RAPIDS_DOCS_DIR from custom-job.yaml (#107)
Browse files Browse the repository at this point in the history
In hindsight, this variable isn't needed at the workflow level since the
only workflow step that uses it is the last one.

Therefore we can just set the variable's value in the script that's run
in the last workflow step.
  • Loading branch information
ajschmidt8 authored Jun 5, 2023
1 parent 6f1a697 commit 50d3850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/custom-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
strategy:
fail-fast: false
runs-on: "linux-${{ inputs.arch }}-${{ inputs.node_type }}"
env:
RAPIDS_DOCS_DIR: /tmp/docs
container:
image: ${{ inputs.container_image }}
env:
Expand Down

0 comments on commit 50d3850

Please sign in to comment.