Skip to content

Commit 6ff062d

Browse files
Trigger build
1 parent 3cf9b72 commit 6ff062d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
key: python-${{ runner.os }}-pytest-requests
2525
restore-keys: python-${{ runner.os }}-
2626
environment: dev
27+
lookup-only: true
2728

2829
- name: Check cache hit result
2930
run: |
@@ -62,6 +63,7 @@ jobs:
6263
go-${{ runner.os }}-
6364
fail-on-cache-miss: false
6465
environment: dev
66+
lookup-only: true
6567
- name: Check Go cache hit result
6668
run: |
6769
echo "Go cache hit: ${{ steps.cache-go.outputs.cache-hit }}"

0 commit comments

Comments
 (0)