Skip to content

Commit d9ddddd

Browse files
authored
add back cron schedule (#301)
1 parent 7184fea commit d9ddddd

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/full-sweep-1k1k-scheduler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Full Sweep Scheduler - 1k1k"
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *"
57

68
jobs:
79
get-dsr1-configs:

.github/workflows/full-sweep-1k8k-scheduler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Full Sweep Scheduler - 1k8k"
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *"
57

68
jobs:
79
get-dsr1-configs:

.github/workflows/full-sweep-8k1k-scheduler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Full Sweep Scheduler - 8k1k"
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *"
57

68
jobs:
79
get-dsr1-configs:

0 commit comments

Comments
 (0)