]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Trigger report every Mon
authorMarc Foley <m.foley.88@gmail.com>
Fri, 3 Sep 2021 09:49:53 +0000 (10:49 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 3 Sep 2021 09:49:53 +0000 (10:49 +0100)
.github/workflows/report.yaml

index 7cce4ac642e16f96faf04fdc16faee74dd42c698..c16392aa8da640a0a7afb1ce6515d55fb4d6789e 100644 (file)
@@ -4,9 +4,9 @@ name: Google Fonts Report
 on:
   schedule:
     # Every Monday at 12am
-    #    - cron:  '0 0 * * 1'
+    - cron:  '0 0 * * 1'
     # for testing every 5th minute e.g 1:05, 1:10, 1:15...
-    - cron: '1/5 * * * *'
+    #- cron: '1/5 * * * *'
 
 
 jobs: