From 76433d16feb8eea80064fdaf6a26c516c5cf822f Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 30 Oct 2023 09:23:00 -0400 Subject: [PATCH] Ensure weak linking check runs on PR and nightly builds. Co-authored-by: AJ Schmidt --- .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 a6d284e472..9eb0190862 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}