1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

ci: enable cache for fastci (#12186)

This commit is contained in:
Aaron O'Mullan 2021-09-22 23:37:18 +02:00 committed by GitHub
parent 18fff69946
commit 845a27e748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,7 +267,8 @@ jobs:
# TODO(kt3k): Change the version to the released version # TODO(kt3k): Change the version to the released version
# when https://github.com/actions/cache/pull/489 (or 571) is merged. # when https://github.com/actions/cache/pull/489 (or 571) is merged.
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
if: matrix.profile == 'release' && github.ref == 'refs/heads/main' if: (matrix.profile == 'release' || matrix.profile == 'fastci') &&
github.ref == 'refs/heads/main'
with: with:
path: | path: |
./target ./target