From 5a3c20eccbd87b54a74f2ed96f1abcba29178126 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Mon, 27 Nov 2023 17:49:17 +0530 Subject: [PATCH] chk --- .github/actions/download-artifacts/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/download-artifacts/action.yml b/.github/actions/download-artifacts/action.yml index be0e4f5c1..60fa32402 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -27,7 +27,8 @@ runs: commit: ${{ inputs.git_sha }} workflow_conclusion: success workflow: "ci-gh-${{ inputs.device }}-build-and-test.yml" - name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" + # name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" + name: "legate.core-${{ inputs.device }}-${{ inputs.git_sha }}" name_is_regexp: true - if: steps.cache.outputs.cache-hit != 'true'