Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ develop_nightly_trigger:
- .yamato/code-coverage.yml#code_coverage_win_{{ project.name }}
{% endfor -%}

# Legacy job that matches the name with branch protections as of 8/11
# Can be removed once branch protections are updated to the new name
pull_request_trigger_legacy:
name: Pull Request Trigger on 2021.1 (master, develop, & release branches)
dependencies:
- .yamato/_triggers.yml#pull_request_trigger

# Run all relevant tasks when a pull request targeting the develop
# branch is created or updated. Currently only mlapi package tests are
Expand Down