1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-11-22 04:31:32 -05:00

Add workflow_dispatch for scan

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-08-16 06:29:45 -07:00 committed by GitHub
parent 217fbfb06d
commit fe2a912a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
name: Scan name: Scan
on: on:
workflow_dispatch:
schedule: schedule:
# Scan the image regularly (once a day) # Scan the image regularly (once a day)
- cron: '0 23 * * *' - cron: '0 23 * * *'