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 }}
|
||||
artifactErrorsFailBuild: true
|
||||
generateReleaseNotes: true
|
||||
- name: Sleep for 30 seconds
|
||||
run: |
|
||||
sleep 10
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user