diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 64cc25d..34cf8c0 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -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: