Skip to content

Commit 2326807

Browse files
committed
Revert "test"
This reverts commit d160a71.
1 parent ae9880a commit 2326807

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_readme.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Readme Test
22

33
on:
44
push:
5-
# branches:
6-
# - master
5+
branches:
6+
- master
77
schedule:
88
- cron: 0 0 */3 * *
99

@@ -76,7 +76,7 @@ jobs:
7676

7777
- run: ${{ matrix.prepare_command }}
7878

79-
- uses: satackey/action-docker-layer-caching@use-matrix-for-test-readme-release
79+
- uses: satackey/action-docker-layer-caching@master-release
8080
with:
8181
key: docker-layer-caching-${{ github.workflow }}-${{ matrix.os }}-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
8282
restore-keys: ''
@@ -94,7 +94,7 @@ jobs:
9494

9595
- run: ${{ matrix.prepare_command }}
9696

97-
- uses: satackey/action-docker-layer-caching@use-matrix-for-test-readme-release
97+
- uses: satackey/action-docker-layer-caching@master-release
9898
with:
9999
key: never-restored-docker-layer-caching-${{ github.workflow }}-${{ matrix.os }}-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
100100
restore-keys: docker-layer-caching-${{ github.workflow }}-${{ matrix.os }}-${{ matrix.inspect_image }}-sha:${{ github.sha }}-

0 commit comments

Comments
 (0)