From 190dab177e51dcbc515d68fb3cb296288f402c27 Mon Sep 17 00:00:00 2001 From: Esteban Maya Cadavid Date: Sat, 30 Mar 2024 22:10:33 -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 6cef6278ca..61d114c611 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ on: types: - opened - synchronize + schedule: + # cron every week on monday + - cron: "0 0 * * 1" jobs: test: