File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,6 @@ develop_nightly_trigger:
14
14
{% for project in projects -%}
15
15
- .yamato/code-coverage.yml#code_coverage_win_{{ project.name }}
16
16
{% endfor -%}
17
-
18
- # Legacy job that matches the name with branch protections as of 8/11
19
- # Can be removed once branch protections are updated to the new name
20
- pull_request_trigger_legacy :
21
- name : Pull Request Trigger on 2021.1 (master, develop, & release branches)
22
- dependencies :
23
- - .yamato/_triggers.yml#pull_request_trigger
24
- triggers :
25
- cancel_old_ci : true
26
- pull_requests :
27
- - targets :
28
- only :
29
- - " master"
30
- - " develop"
31
- - " /release\/ .*/"
32
17
33
18
# Run all relevant tasks when a pull request targeting the develop
34
19
# branch is created or updated. Currently only netcode package tests are
You can’t perform that action at this time.
0 commit comments