From b2ed023b25d855661180fcf955a9fd1589d52531 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 26 Jul 2023 03:39:45 -0500 Subject: [PATCH] Fix typo in wheels-test.yaml. (#1310) Fixes a typo in the `test.yaml` workflow from #1305. Nightlies failed here: https://github.com/rapidsai/rmm/actions/runs/5665017238 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/rmm/pull/1310 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 544147d98..9a26dac4a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: sha: ${{ inputs.sha }} wheel-tests: secrets: inherit - uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yml@branch-23.08 + uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.08 with: build_type: nightly branch: ${{ inputs.branch }}