From 845a27e748c26bd75752bfe19082226c4e43266b Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Wed, 22 Sep 2021 23:37:18 +0200 Subject: [PATCH] ci: enable cache for fastci (#12186) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f11a361c4c10..3a06519fb7336c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,7 +267,8 @@ jobs: # TODO(kt3k): Change the version to the released version # when https://github.com/actions/cache/pull/489 (or 571) is merged. 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: path: | ./target