From a74fe46d2c032034dd55136fe7df89ad80f7e452 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Wed, 22 Nov 2023 01:31:49 +0000 Subject: [PATCH] Update comments in CI files --- .github/workflows/ci-master-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 89955b7..bb27bc3 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -28,7 +28,7 @@ jobs: # uses: docker/setup-buildx-action@v2 - name: Cache Docker layers (asp) - uses: actions/cache/restore@v3 # Don't save the cache at end of job + uses: actions/cache/restore@v3 # Restore cache but don't save it at end of job with: path: /tmp/.buildx-cache-asp key: ${{ runner.os }}-buildx-asp-${{ github.sha }} @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-buildx- - name: Cache Docker layers (bf2sclone) - uses: actions/cache/restore@v3 # Don't save the cache at end of job + uses: actions/cache/restore@v3 # Restore cache but don't save it at end of job with: path: /tmp/.buildx-cache-bf2sclone key: ${{ runner.os }}-buildx-bf2sclone-${{ github.sha }}