Skip to content

Commit 3f4b0af

Browse files
authored
Merge pull request #35003 from jenshu/disable-enhancements-sync-1.34
Disable periodic enhancements sync for v1.34
2 parents 4c7d366 + 225a2a7 commit 3f4b0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-k8s-infra/trusted/sig-release-release-team-jobs/release-team-periodics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
periodics:
22
- name: periodic-sync-enhancements-github-project-1-34
33
# temporarily disable job by with an impossible cron date instead of deleting it
4-
# cron: '0 0 31 2 *'
5-
interval: 6h
4+
cron: '0 0 31 2 *'
5+
# interval: 6h
66
cluster: k8s-infra-prow-build-trusted
77
decorate: true
88
annotations:

0 commit comments

Comments
 (0)