mirror of https://github.com/keeweb/keeweb
skip VirusTotal checks in ci-sandbox
This commit is contained in:
parent
938f2be487
commit
3c0693fdd9
|
@ -32,6 +32,7 @@ jobs:
|
|||
echo "$VIRUS_TOTAL" > keys/virus-total.json
|
||||
- name: Check on VirusTotal
|
||||
run: grunt virustotal
|
||||
if: ${{ github.repository == 'keeweb/keeweb' }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue