Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Skip downloading caches
Browse files Browse the repository at this point in the history
At these stages, it is sufficient to just check if a cache entry exists
without downloading the cache.
  • Loading branch information
marbre committed Apr 4, 2024
1 parent 6dac71b commit 0218cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
path: ${{ env.LLVM }}
key: ${{ runner.os }}-llvm-22.04-install-${{ env.llvm_hash }}
lookup-only: 'true'

- name: Checkout LLVM
if: steps.cache-llvm.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
with:
path: ${{ env.E2E }}
key: ${{ runner.os }}-e2e-${{ hashFiles('emitc/scripts/*.py', 'emitc/scripts/requirements.txt', 'emitc/scripts/e2e*.sh') }}-${{ env.E2E_VERSION }}
lookup-only: 'true'

- name: Install TensorFlow
if: steps.cache-e2e.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 0218cfe

Please sign in to comment.