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