👷 Add delay to VT scan

This commit is contained in:
Nikhil Badyal
2022-08-17 00:52:09 +05:30
parent 56f0702c04
commit c192bc718f
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -51,3 +51,6 @@ jobs:
tag: Build-${{ steps.get-date.outputs.date }} tag: Build-${{ steps.get-date.outputs.date }}
artifactErrorsFailBuild: true artifactErrorsFailBuild: true
generateReleaseNotes: true generateReleaseNotes: true
- name: Sleep for 30 seconds
run: |
sleep 10
+4 -3
View File
@@ -1,9 +1,10 @@
name: VirusTotal Scan name: VirusTotal Scan
on: on:
push: workflow_run:
tags: workflows: [ "Build Revanced APK" ]
- 'Build*' types:
- completed
workflow_dispatch: # to trigger manually workflow_dispatch: # to trigger manually
jobs: jobs: