diff --git a/.yamato/triggers.yml b/.yamato/triggers.yml index 6ca4d0af1f..074a752c50 100644 --- a/.yamato/triggers.yml +++ b/.yamato/triggers.yml @@ -64,10 +64,10 @@ all_functional_tests: - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_windows - path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem triggers: - expression: |- + expression: | NOT pull_request.draft AND pull_request.target eq "develop" AND - NOT pull_request.changes.all match "**/*.md" + pull_request.changes.any NOT match "**/*.md" cancel_old_ci: true cancel_leftover_jobs: Always all_performance_tests: