We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969b523 commit 9d47416Copy full SHA for 9d47416
.github/workflows/stats.yml
@@ -2,6 +2,8 @@ name: Statistics
2
on:
3
push:
4
branches: main
5
+ schedule:
6
+ - cron: '3 13 * * 1'
7
jobs:
8
stats:
9
name: Statistics
0 commit comments