We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ace88d commit 3ad5c75Copy full SHA for 3ad5c75
.github/workflows/maintain_dashboard.yml
@@ -2,8 +2,8 @@ name: Maintain Dashboard
2
3
on:
4
workflow_dispatch:
5
- # schedule:
6
- # - cron: '0 3 * * 3'
+ schedule:
+ - cron: '0 3 * * 2'
7
8
env:
9
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/update_dashboard.yml
@@ -2,8 +2,8 @@ name: Update Dashboard
- # - cron: '0 */4 * * *'
+ - cron: '0 */4 * * *'
0 commit comments