diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-20 07:11:45 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-20 07:11:45 +0100 |
| commit | df0b634f417564e90a75439381ec1e9726c945a0 (patch) | |
| tree | d00a887a8c8e8786741bee856ed7f0530e355e8d /.github | |
| parent | 77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a (diff) | |
ci: Generate statistics weekly
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stats.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 6f65ecc..e941fb9 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 |
