Skip to content

Commit

Permalink
Ensure weak linking check runs on PR and nightly builds
Browse files Browse the repository at this point in the history
Co-authored-by: AJ Schmidt <[email protected]>
  • Loading branch information
robertmaynard and ajschmidt8 committed Oct 30, 2023
1 parent b5ea9b7 commit e7e4ecb
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 @@ -39,7 +39,7 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@conda-cpp-post-build-checks
with:
build_type: nightly
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
Expand Down

0 comments on commit e7e4ecb

Please sign in to comment.