feat: update CVS and doc every sunday

This commit is contained in:
Jean-Marie Renouard 2023-03-23 10:03:58 +00:00
parent 6be008de4d
commit 8f1abe22b3

View file

@ -4,6 +4,10 @@ name: CVE and Docs update
# Controls when the workflow will run # Controls when the workflow will run
on: on:
# Scheudle every sunday at 00:00
schedule:
- cron: '0 0 * * 0'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: