Skip to content

Commit

Permalink
Update comments in CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 22, 2023
1 parent 08b5bd7 commit a74fe46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit a74fe46

Please sign in to comment.