Skip to content

Commit 749479e

Browse files
committed
Add trigger for all CI jobs to run on GH Merge Queues
1 parent 7d4d896 commit 749479e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.yamato/analyze.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ code_analyser:
2424
- targets:
2525
only:
2626
- "develop"
27-
2827
artifacts:
2928
UTR_Output.zip:
3029
paths:

.yamato/format.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ check_formatting:
1212
- perl unity-meta/Tools/Format/format.pl Assets Packages --dry-run
1313
triggers:
1414
cancel_old_ci: true
15+
branches:
16+
only:
17+
- "/gh-readonly-queue/develop/.*/"
1518
pull_requests:
1619
- targets:
1720
only:
18-
- "develop"
19-
- "gh-readonly-queue/develop/*"
21+
- "develop"

.yamato/sonarqube.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ Windows-Dotnet-SonarScanner:
3232
paths:
3333
- "**/*.log"
3434
triggers:
35+
cancel_old_ci: true
36+
branches:
37+
only:
38+
- "/gh-readonly-queue/develop/.*/"
3539
pull_requests:
3640
- targets:
3741
only:
38-
- "develop"
39-
- "gh-readonly-queue/develop/*"
42+
- "develop"

.yamato/test-samples.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ test_sample_projects_{{ editor.version }}:
1414
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
1515
triggers:
1616
cancel_old_ci: true
17+
branches:
18+
only:
19+
- "/gh-readonly-queue/develop/.*/"
1720
pull_requests:
1821
- targets:
1922
only:
2023
- "develop"
21-
- "gh-readonly-queue/develop/*"
2224
artifacts:
2325
UTR_Output.zip:
2426
paths:

.yamato/upm-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,13 @@ all_tests:
224224
- .yamato/upm-ci.yml#publish_dryrun
225225
triggers:
226226
cancel_old_ci: true
227+
branches:
228+
only:
229+
- "/gh-readonly-queue/develop/.*/"
227230
pull_requests:
228231
- targets:
229232
only:
230233
- "develop"
231-
- "gh-readonly-queue/develop/*"
232234

233235
{% for run in (1..2) %}
234236
publish{% cycle "", "_dryrun" %}:

0 commit comments

Comments
 (0)