From: Esteban Maya Date: Tue, 2 Apr 2024 01:50:48 +0000 (-0500) Subject: 👷 Add cron to run test once a week on monday (#869) X-Git-Tag: 0.0.17~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355f48860c9f9261a916b81a716130d08531f713;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Add cron to run test once a week on monday (#869) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89da640d..990bf46d 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: