We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f23f commit cf9270aCopy full SHA for cf9270a
.github/workflows/tools.yml
@@ -266,6 +266,7 @@ jobs:
266
with:
267
persist-credentials: false
268
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269
+ if: matrix.id == 'v8' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
270
271
path: ~/.update-v8/v8
272
- run: ${{ matrix.run }}
0 commit comments