Skip to content

Commit aa72beb

Browse files
authored
ci: remove Unity 2021.1 trigger (#1768)
1 parent 96d3b6c commit aa72beb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.yamato/_triggers.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ develop_nightly_trigger:
1414
{% for project in projects -%}
1515
- .yamato/code-coverage.yml#code_coverage_win_{{ project.name }}
1616
{% 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\/.*/"
3217

3318
# Run all relevant tasks when a pull request targeting the develop
3419
# branch is created or updated. Currently only netcode package tests are

0 commit comments

Comments
 (0)