From: Esteban Maya Date: Tue, 2 Apr 2024 01:54:47 +0000 (-0500) Subject: 👷 Add cron to run test once a week on monday (#11377) X-Git-Tag: 0.110.1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce2a580dd99308c9bff768f484f2cc53051318bc;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Add cron to run test once a week on monday (#11377) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6b1736851..cb14fce19c 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: lint: