Skip to content

Commit 5c076fd

Browse files
authored
Merge pull request #517 from snyk/chore/update-nightly-upgrade-job
chore: run nightly jobs at 1AM to avoid clashes with cluster restart
2 parents 3556f64 + 4e1b828 commit 5c076fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ workflows:
859859
- operator_upgrade_tests
860860
triggers:
861861
- schedule:
862-
cron: 0 0 * * *
862+
cron: 0 1 * * *
863863
filters:
864864
branches:
865865
only:

.circleci/config/@config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ workflows:
106106
NIGHTLY:
107107
triggers:
108108
- schedule:
109-
cron: "0 0 * * *"
109+
cron: "0 1 * * *"
110110
filters:
111111
branches:
112112
only:

0 commit comments

Comments
 (0)