From c192bc718fb610ab5185bdfe5c985628eb236e18 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 17 Aug 2022 00:52:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20delay=20to=20VT=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 3 +++ .github/workflows/virus-total-scan.yml | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 993a0b7..87ab8e2 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -51,3 +51,6 @@ jobs: tag: Build-${{ steps.get-date.outputs.date }} artifactErrorsFailBuild: true generateReleaseNotes: true + - name: Sleep for 30 seconds + run: | + sleep 10 diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index f2c4056..8a40e38 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -1,9 +1,10 @@ name: VirusTotal Scan on: - push: - tags: - - 'Build*' + workflow_run: + workflows: [ "Build Revanced APK" ] + types: + - completed workflow_dispatch: # to trigger manually jobs: