File tree 5 files changed +15
-7
lines changed
5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ code_analyser:
24
24
- targets :
25
25
only :
26
26
- " develop"
27
-
28
27
artifacts :
29
28
UTR_Output.zip :
30
29
paths :
Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ check_formatting:
12
12
- perl unity-meta/Tools/Format/format.pl Assets Packages --dry-run
13
13
triggers :
14
14
cancel_old_ci : true
15
+ branches :
16
+ only :
17
+ - " /gh-readonly-queue/develop/.*/"
15
18
pull_requests :
16
19
- targets :
17
20
only :
18
- - " develop"
19
- - " gh-readonly-queue/develop/*"
21
+ - " develop"
Original file line number Diff line number Diff line change @@ -32,8 +32,11 @@ Windows-Dotnet-SonarScanner:
32
32
paths :
33
33
- " **/*.log"
34
34
triggers :
35
+ cancel_old_ci : true
36
+ branches :
37
+ only :
38
+ - " /gh-readonly-queue/develop/.*/"
35
39
pull_requests :
36
40
- targets :
37
41
only :
38
- - " develop"
39
- - " gh-readonly-queue/develop/*"
42
+ - " develop"
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ test_sample_projects_{{ editor.version }}:
14
14
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
15
15
triggers :
16
16
cancel_old_ci : true
17
+ branches :
18
+ only :
19
+ - " /gh-readonly-queue/develop/.*/"
17
20
pull_requests :
18
21
- targets :
19
22
only :
20
23
- " develop"
21
- - " gh-readonly-queue/develop/*"
22
24
artifacts :
23
25
UTR_Output.zip :
24
26
paths :
Original file line number Diff line number Diff line change @@ -224,11 +224,13 @@ all_tests:
224
224
- .yamato/upm-ci.yml#publish_dryrun
225
225
triggers :
226
226
cancel_old_ci : true
227
+ branches :
228
+ only :
229
+ - " /gh-readonly-queue/develop/.*/"
227
230
pull_requests :
228
231
- targets :
229
232
only :
230
233
- " develop"
231
- - " gh-readonly-queue/develop/*"
232
234
233
235
{% for run in (1..2) %}
234
236
publish{% cycle "", "_dryrun" %} :
You can’t perform that action at this time.
0 commit comments