From ec28a5552438fb7482a6914ce4f3070c57e7e075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Chrobot?= <124174716+michalChrobot@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:36:34 +0100 Subject: [PATCH] ci: Temporarily disabled trigger for release automation (#3829) 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 b2f9932b2f..471af7adc1 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 # We make new releases from this branch - frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM - rerun: always + #triggers: + # recurring: + # - branch: develop # We make new releases from this branch + # frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM commands: - pip install PyGithub - pip install GitPython