We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d3b6c commit aa72bebCopy full SHA for aa72beb
1 file changed
.yamato/_triggers.yml
@@ -14,21 +14,6 @@ develop_nightly_trigger:
14
{% for project in projects -%}
15
- .yamato/code-coverage.yml#code_coverage_win_{{ project.name }}
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
33
# Run all relevant tasks when a pull request targeting the develop
34
# branch is created or updated. Currently only netcode package tests are
0 commit comments