Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .yamato/triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading