Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Update script input name (#147)
Browse files Browse the repository at this point in the history
This PR updates the script inputs in the relevant workflows from `build_script` and `test_script` to `script`. 

Depends on rapidsai/shared-workflows#191

Authors:
  - Jake Awe (https://github.com/AyodeAwe)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #147
  • Loading branch information
AyodeAwe authored Mar 15, 2024
1 parent 28624f8 commit 9f290c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
build_script: ci/build_cpp.sh
script: ci/build_cpp.sh
python-build:
needs: [cpp-build]
secrets: inherit
Expand All @@ -44,7 +44,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
build_script: ci/build_python.sh
script: ci/build_python.sh
docs-build:
if: github.ref_type == 'branch'
needs: [python-build]
Expand Down

0 comments on commit 9f290c4

Please sign in to comment.