Skip to content

Commit

Permalink
Enforce download action
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Nov 25, 2023
1 parent e9bba87 commit c2d3911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
key: "nv-legate/legate.core@${{ inputs.git_sha }}-${{ inputs.device }}"
path: .artifacts

- if: steps.cache.outputs.cache-hit != 'true'
# - if: steps.cache.outputs.cache-hit != 'true'
name: Download conda artifacts
uses: dawidd6/action-download-artifact@v2
with:
Expand Down

0 comments on commit c2d3911

Please sign in to comment.