skip VirusTotal checks in ci-sandbox

This commit is contained in:
antelle 2020-12-16 21:14:39 +01:00
parent 938f2be487
commit 3c0693fdd9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -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: