Skip to content

Commit 82ea562

Browse files
authored
Merge pull request #553 from snyk/chore/fix_monthly_job_to_open_pr_on_operatorhub
chore: avoid job conflict between nightly and monthly jobs
2 parents b64d94b + b8e1c97 commit 82ea562

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
@@ -946,7 +946,7 @@ workflows:
946946
- operator_upgrade_tests
947947
triggers:
948948
- schedule:
949-
cron: 0 1 1 * *
949+
cron: 0 5 3 * *
950950
filters:
951951
branches:
952952
only:

.circleci/config/@config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ workflows:
123123
MONTHLY:
124124
triggers:
125125
- schedule:
126-
cron: "0 1 1 * *"
126+
cron: "0 5 3 * *"
127127
filters:
128128
branches:
129129
only:

0 commit comments

Comments
 (0)