Skip to content

Commit 700f305

Browse files
authored
midnight utc (#166)
1 parent 412b5fb commit 700f305

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Full Sweep Scheduler - 1k1k"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 3 * * *"
6+
- cron: "0 0 * * *"
77

88
jobs:
99
get-dsr1-configs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Full Sweep Scheduler - 1k8k"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 3 * * *"
6+
- cron: "0 0 * * *"
77

88
jobs:
99
get-dsr1-configs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Full Sweep Scheduler - 8k1k"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 3 * * *"
6+
- cron: "0 0 * * *"
77

88
jobs:
99
get-dsr1-configs:

0 commit comments

Comments
 (0)