Skip to content

fix: ported over the actual trigger data for the legacy trigger so it runs automatically #1047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
8 changes: 8 additions & 0 deletions .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ pull_request_trigger_legacy:
name: Pull Request Trigger on 2021.1 (master, develop, & release branches)
dependencies:
- .yamato/_triggers.yml#pull_request_trigger
triggers:
cancel_old_ci: true
pull_requests:
- targets:
only:
- "master"
- "develop"
- "/release\/.*/"

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