Don't cache downloads on master
This commit is contained in:
parent
8cb90ff151
commit
ee722e4f4f
|
@ -17,6 +17,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Cache downloads
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: .cache
|
||||
|
|
Loading…
Reference in New Issue