From 0c4e7b7f519fd2dd6ec97ff0bcc4fe9c10545698 Mon Sep 17 00:00:00 2001 From: michal-chrobot Date: Mon, 29 Dec 2025 14:34:30 +0100 Subject: [PATCH] commented out the weekly trigger for release preparation --- .yamato/ngo-publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.yamato/ngo-publish.yml b/.yamato/ngo-publish.yml index 0870693972..e3a73a87dc 100644 --- a/.yamato/ngo-publish.yml +++ b/.yamato/ngo-publish.yml @@ -1,11 +1,10 @@ ngo_release_preparation: name: "NGO release preparation" agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 } - triggers: - recurring: - - branch: develop-2.0.0 # We make new releases from this branch - frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM - rerun: always + #triggers: + # recurring: + # - branch: develop-2.0.0 # We make new releases from this branch + # frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM commands: - pip install PyGithub - pip install GitPython