We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2e15e commit 04c0abfCopy full SHA for 04c0abf
.yamato/_triggers.yml
@@ -46,8 +46,8 @@ pull_request_trigger:
46
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
47
# Run the following tests on a selection of different desktop platforms
48
dependencies:
49
- - .yamato/_triggers#minimal_required_checks
50
- - .yamato/_triggers#code_changes_check
+ - .yamato/_triggers.yml#minimal_required_checks
+ - .yamato/_triggers.yml#code_changes_check
51
triggers:
52
# Note that PR tests will run ONLY if we are changing package/sample code. If changes are let's say docs only no tests will be triggered
53
# TODO: consider setting up and running tests from Examples/
0 commit comments