Skip to content

Commit cf9270a

Browse files
fix: cache only with v8
Co-authored-by: Michaël Zasso <[email protected]>
1 parent 827f23f commit cf9270a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tools.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ jobs:
266266
with:
267267
persist-credentials: false
268268
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269+
if: matrix.id == 'v8' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
269270
with:
270271
path: ~/.update-v8/v8
271272
- run: ${{ matrix.run }}

0 commit comments

Comments
 (0)