Skip to content

Commit 3ad5c75

Browse files
committed
activate cron
1 parent 7ace88d commit 3ad5c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maintain_dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Maintain Dashboard
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: '0 3 * * 3'
5+
schedule:
6+
- cron: '0 3 * * 2'
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update_dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update Dashboard
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: '0 */4 * * *'
5+
schedule:
6+
- cron: '0 */4 * * *'
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)