Skip to content

Commit

Permalink
fix: cache only with v8
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Zasso <[email protected]>
  • Loading branch information
marco-ippolito and targos authored Apr 24, 2023
1 parent 827f23f commit cf9270a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ jobs:
with:
persist-credentials: false
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
if: matrix.id == 'v8' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
with:
path: ~/.update-v8/v8
- run: ${{ matrix.run }}
Expand Down

0 comments on commit cf9270a

Please sign in to comment.