Skip to content

Commit bc35eba

Browse files
authored
Run release validation testing once a day, run nightly a little later (#1434)
1 parent ffb533d commit bc35eba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/validate-nightly-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: cron
33

44
on:
55
schedule:
6-
# At 2:30 pm UTC (7:30 am PDT)
7-
- cron: "30 14 * * *"
6+
# At 3:30 pm UTC (8:30 am PDT)
7+
- cron: "30 15 * * *"
88
# Have the ability to trigger this job manually through the API
99
workflow_dispatch:
1010
push:

.github/workflows/validate-release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: cron
33

44
on:
55
schedule:
6-
# At 3 am and 2 pm UTC (7 am and 8 pm PDT)
7-
- cron: "0 3,14 * * *"
6+
# At 3 am UTC (7 am PDT)
7+
- cron: "0 3 * * *"
88
# Have the ability to trigger this job manually through the API
99
workflow_dispatch:
1010
push:

0 commit comments

Comments
 (0)