Skip to content

Commit 9382d56

Browse files
committed
Add publish_dryrun job to PR trigger
1 parent 7f6d4fb commit 9382d56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.yamato/triggers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ all_functional_tests:
6868
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_macos
6969
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_ubuntu
7070
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_windows
71+
- path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
7172
triggers:
7273
expression: |-
7374
NOT pull_request.draft AND

Tools/CI/Recipes/Triggers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private ISet<IJobBuilder> GetTriggers()
4141
.WithDependencies(allStandaloneIl2CppFunctionalTests)
4242
.WithDependencies(allMobileFunctionalTests)
4343
.WithDependencies(allTvOSFunctionalBuildJobs)
44+
.WithDependencies(new Dependency("wrench/promotion-jobs", "publish_dry_run_inputsystem"))
4445
.WithPullRequestTrigger(pr => pr.ExcludeDraft().And().WithTargetBranch(InputSystemSettings.BranchName).And().WithoutChanges("**/*.md"), true, CancelLeftoverJobs.Always),
4546

4647
JobBuilder.Create("All Performance Tests")

0 commit comments

Comments
 (0)