mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Add delay to VT scan
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user