]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Add cron to run test once a week on monday (#869)
authorEsteban Maya <emayacadavid9@gmail.com>
Tue, 2 Apr 2024 01:50:48 +0000 (20:50 -0500)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 01:50:48 +0000 (20:50 -0500)
.github/workflows/test.yml

index 89da640d1502ee1d39366050a74ba7923f0fa77a..990bf46de4621bd655a1d98cf5fb28aa48111f95 100644 (file)
@@ -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: