Skip to content

Commit

Permalink
chk
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Nov 27, 2023
1 parent 591a5ca commit 5a3c20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5a3c20e

Please sign in to comment.