emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/magit 089f130f73 11/28: ci: Generate statistics weekly


From: Jonas Bernoulli
Subject: [nongnu] elpa/magit 089f130f73 11/28: ci: Generate statistics weekly
Date: Fri, 6 Dec 2024 17:17:03 -0500 (EST)

branch: elpa/magit
commit 089f130f73449ddbd1f427f4d7ec478a2ccd7eb5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    ci: Generate statistics weekly
---
 .github/workflows/stats.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index 6f65ecc4b6..e941fb9588 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -2,6 +2,8 @@ name: Statistics
 on:
   push:
     branches: main
+  schedule:
+    - cron: '3 13 * * 1'
 jobs:
   stats:
     name: Statistics



reply via email to

[Prev in Thread] Current Thread [Next in Thread]