Skip to content

Commit b4bd31e

Browse files
authored
Disable MintMaker runs on Saturday (#7321)
Tekton manager, which runs on Saturdays is currently broken, so we should skip its run on the upcoming Saturday. This change disables MintMaker from running during the entire day. This solution was chosen because it's safer than doing a hasty prod deployment.
1 parent 80414aa commit b4bd31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mintmaker/base/cronjobs/create-dependency-update-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: create-dependencyupdatecheck
55
namespace: mintmaker
66
spec:
7-
schedule: "0 */4 * * *" # every 4 hours
7+
schedule: "0 */4 * * 0-5" # every 4 hours, except on Saturdays
88
jobTemplate:
99
spec:
1010
template:

0 commit comments

Comments
 (0)