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

index b6b1736851e1f0030003ebf1e8cfa58af6cd6385..cb14fce19cb708b04ec23ba692054c70630e4ac3 100644 (file)
@@ -8,6 +8,9 @@ on:
     types:
       - opened
       - synchronize
+  schedule:
+    # cron every week on monday
+    - cron: "0 0 * * 1"
 
 jobs:
   lint: