Skip to content

Commit d160a71

Browse files
committed
test
1 parent aaf9ba9 commit d160a71

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

@@ -77,7 +77,7 @@ jobs:
7777

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

80-
- uses: satackey/action-docker-layer-caching@master-release
80+
- uses: satackey/action-docker-layer-caching@use-matrix-for-test-readme-release
8181
with:
8282
key: docker-layer-caching-${{ github.workflow }}-${{ matrix.os }}-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
8383

@@ -94,7 +94,7 @@ jobs:
9494

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

97-
- uses: satackey/action-docker-layer-caching@master-release
97+
- uses: satackey/action-docker-layer-caching@use-matrix-for-test-readme-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)