From a415613dc67282ef3be39e3ff10b164108ae6107 Mon Sep 17 00:00:00 2001 From: Esteban Maya Cadavid Date: Sat, 30 Mar 2024 21:57:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20cron=20to=20run=20test?= =?UTF-8?q?=20once=20a=20week=20on=20monday?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89da640d15..990bf46de4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,9 @@ on: description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' required: false default: 'false' + schedule: + # cron every week on monday + - cron: "0 0 * * 1" jobs: test: