Skip to content

Commit c1b4f2e

Browse files
authored
chore: bump cron (#23232)
.
2 parents 2b1d9cf + c27a8cf commit c1b4f2e

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy-next-net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Deploy Next Net
66
on:
77
schedule:
88
# Run every night at 4:00 AM UTC, after the nightly tag has been created
9-
- cron: "0 4 * * *"
9+
- cron: "0 6 * * *"
1010
workflow_dispatch:
1111
inputs:
1212
image_tag:

.github/workflows/ensure-funded-environments.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
# Static environments
5151
static='[
5252
{"environment":"staging-public"},
53-
{"environment":"staging-ignition"},
5453
{"environment":"next-net"},
55-
{"environment":"tps-scenario"},
5654
{"environment":"testnet"}
5755
]'
5856

.github/workflows/nightly-bench-10tps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly Bench 10 TPS
22

33
on:
44
schedule:
5-
- cron: "30 4 * * *"
5+
- cron: "30 6 * * *"
66
workflow_dispatch:
77
inputs:
88
nightly_tag:

.github/workflows/nightly-spartan-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly Spartan Benchmarks
22

33
on:
44
schedule:
5-
- cron: "0 4 * * *"
5+
- cron: "30 7 * * *"
66
workflow_dispatch:
77
inputs:
88
nightly_tag:

0 commit comments

Comments
 (0)