Skip to content

Commit d0edc01

Browse files
Update triggers.yml
1 parent 48149e1 commit d0edc01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.yamato/triggers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ all_functional_tests:
6464
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_windows
6565
- path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
6666
triggers:
67-
expression: |-
67+
expression: |
6868
NOT pull_request.draft AND
6969
pull_request.target eq "develop" AND
70-
NOT pull_request.changes.all match "**/*.md"
70+
pull_request.changes.any NOT match "**/*.md"
7171
cancel_old_ci: true
7272
cancel_leftover_jobs: Always
7373
all_performance_tests:

0 commit comments

Comments
 (0)