Skip to content

Commit 6f1ea8a

Browse files
committed
re-enabled job trigger
1 parent 7ae39b1 commit 6f1ea8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/ngo-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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-2.0.0 # We make new releases from this branch
7-
# frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
4+
triggers:
5+
recurring:
6+
- branch: develop-2.0.0 # We make new releases from this branch
7+
frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
88
commands:
99
- pip install PyGithub
1010
- pip install GitPython

0 commit comments

Comments
 (0)