feat: update CVS and doc every sunday
This commit is contained in:
parent
6be008de4d
commit
8f1abe22b3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update_cve_and_docs.yml
vendored
4
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -4,6 +4,10 @@ name: CVE and Docs update
|
|||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# Scheudle every sunday at 00:00
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in a new issue