diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-20 07:11:25 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-20 07:11:25 +0100 |
| commit | 5205b18f0d1b36b7da2d079762052d7112ec636a (patch) | |
| tree | 824bf9f53b0f19a3a1d3b810c0a3d106803f4047 /.github/workflows | |
| parent | 291b86e66de3d7b73384f8751050acbdd2187ddb (diff) | |
ci: Generate statistics weekly
Diffstat (limited to '.github/workflows')
| -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 |
