1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-10-05 03:52:02 +02:00

ci: run vulnscan less often

This commit is contained in:
cn
2025-10-02 20:37:01 +02:00
parent 62e2067e5b
commit 34f2c01543

View File

@@ -1,10 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
--- ---
name: vulnscan name: vulnscan
on: on:
schedule: schedule:
- cron: '7 4 * * 4' # weekly on thursday morning - cron: '7 4 1 * *' # monthly on first day's morning
workflow_dispatch: workflow_dispatch:
jobs: jobs: