From 8f1abe22b37b2ab3d9fdb86935e2e983ecd7b643 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 23 Mar 2023 10:03:58 +0000 Subject: [PATCH] feat: update CVS and doc every sunday --- .github/workflows/update_cve_and_docs.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: