Skip to content

Commit 333a1c3

Browse files
ci: [Backport] Temporarily disabled trigger for release automation (#3835)
ci: Temporarily disabled trigger for release automation (#3829) commented out the weekly trigger for release preparation
1 parent 0178073 commit 333a1c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.yamato/ngo-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
ngo_release_preparation:
22
name: "NGO release preparation"
33
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
4-
triggers:
5-
recurring:
6-
- branch: develop # We make new releases from this branch
7-
frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
8-
rerun: always
4+
#triggers:
5+
# recurring:
6+
# - branch: develop # We make new releases from this branch
7+
# frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
98
commands:
109
- pip install PyGithub
1110
- pip install GitPython

0 commit comments

Comments
 (0)