From 477d037974e313f303559a6e037f9b925e384278 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 2 Feb 2021 10:45:55 +0100 Subject: [PATCH] always upload cache for PRs too --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f47b61c7d330..ad36bda5163c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -74,7 +74,7 @@ jobs: docker push "qgis/qgis3-build-deps:${DOCKER_TAG}" - name: Prepare build cache for pull request - uses: actions/cache@v2 + uses: pat-s/always-upload-cache@v2.1.3 if: github.event_name == 'pull_request' with: path: /home/runner/QGIS/.ccache @@ -87,7 +87,7 @@ jobs: - name: Prepare build cache for branch/tag # use a fork of actions/cache@v2 to upload cache even when the build or test failed - uses: pat-s/always-upload-cache@v2.1.0 + uses: pat-s/always-upload-cache@v2.1.3 if: github.event_name != 'pull_request' with: path: /home/runner/QGIS/.ccache