Skip to content

Commit

Permalink
always upload cache
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 5, 2020
1 parent a584b5e commit 3188794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
build-ccache-master build-ccache-master
- name: Prepare build cache for branch/tag - name: Prepare build cache for branch/tag
uses: actions/cache@v2 # 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
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
path: /home/runner/QGIS/.ccache path: /home/runner/QGIS/.ccache
Expand Down

0 comments on commit 3188794

Please sign in to comment.