From 034be4b01f8f826e3198dc7004d3fe365015a674 Mon Sep 17 00:00:00 2001 From: "Peter St. John" Date: Thu, 2 Jan 2025 08:43:35 -0700 Subject: [PATCH] Update unit-tests.yml Signed-off-by: Peter St. John --- .github/workflows/unit-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7cec7508a0..6fec7fcb9a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -66,9 +66,7 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} cache-from: | type=registry,ref=nemoci.azurecr.io/bionemo:buildcache - type=local,src=/tmp/bionemo-buildx-cache,ignore-error=true cache-to: | - type=local,dest=/tmp/bionemo-buildx-cache,mode=max ${{ github.ref == 'refs/heads/main' && 'type=registry,ref=nemoci.azurecr.io/bionemo:buildcache,mode=max' || '' }} # TODO: Add persistent volume for cache