From 2123445caa64706bbc8c88e280fb597ba21d46b8 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Fri, 10 Nov 2023 23:49:56 +0000 Subject: [PATCH] Don't save the cache at end of int tests --- .github/workflows/ci-master-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 8fb8d1a..55711ab 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -28,12 +28,13 @@ jobs: # uses: docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache/restore@v3 # Don't save the cache at end of job with: path: /tmp/.buildx-cache-asp key: ${{ runner.os }}-buildx-asp-${{ github.sha }} restore-keys: | - ${{ runner.os }}-buildx- + ${{ runner.os }}-buildx-asp + ${{ runner.os }}-buildx - name: Print buildx and compose run: |