Skip to content

Commit

Permalink
Try commenting out restore-keys
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <bhowe@nvidia.com>
  • Loading branch information
bmhowe23 committed Jan 8, 2025
1 parent b4cd657 commit a0f2528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-cudaq-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
fail-on-cache-miss: false
path: /cudaq-install
key: ${{ steps.cudaq-build-key.outputs.main }}${{ steps.cudaq-build-key.outputs.pr }}
restore-keys: ${{ steps.cudaq-build-key.outputs.main }}
#restore-keys: ${{ steps.cudaq-build-key.outputs.main }}
lookup-only: ${{ inputs.lookup-only }}

# The restore action could find a partial match using the `restore-keys`. In such cases
Expand Down

0 comments on commit a0f2528

Please sign in to comment.