Skip to content

Commit 4ef26df

Browse files
committed
remove cache hit root
1 parent 1140504 commit 4ef26df

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ jobs:
5151
key: aws-cli-docker-image-sha-${{ github.sha }}
5252

5353
- run: docker pull amazon/aws-cli
54-
55-
test_hit_root:
56-
runs-on: ubuntu-latest
57-
needs:
58-
- test_saving
59-
60-
steps:
61-
- uses: actions/checkout@v2
62-
63-
- uses: actions/cache@v2
64-
with:
65-
path: './.action-docker-layer-caching-docker_images'
66-
key: aws-cli-docker-image-sha-${{ github.sha }}-root
67-
- run: ls ./.action-docker-layer-caching-docker_images
6854

6955
test_restoring:
7056
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)