Skip to content

Commit d29ae01

Browse files
committed
Fix yamato branch path to trigger CI on merge queue
1 parent 332cb31 commit d29ae01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.yamato/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ code_analyser:
2121
- targets:
2222
only:
2323
- "develop"
24-
- "gh-readonly-queue/develop"
24+
- "gh-readonly-queue/develop/*"
2525
artifacts:
2626
UTR_Output.zip:
2727
paths:

.yamato/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ check_formatting:
1616
- targets:
1717
only:
1818
- "develop"
19-
- "gh-readonly-queue/develop"
19+
- "gh-readonly-queue/develop/*"

.yamato/sonarqube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Windows-Dotnet-SonarScanner:
3636
- targets:
3737
only:
3838
- "develop"
39-
- "gh-readonly-queue/develop"
39+
- "gh-readonly-queue/develop/*"

.yamato/test-samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_sample_projects_{{ editor.version }}:
1818
- targets:
1919
only:
2020
- "develop"
21-
- "gh-readonly-queue/develop"
21+
- "gh-readonly-queue/develop/*"
2222
artifacts:
2323
UTR_Output.zip:
2424
paths:

.yamato/upm-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ all_tests:
228228
- targets:
229229
only:
230230
- "develop"
231-
- "gh-readonly-queue/develop"
231+
- "gh-readonly-queue/develop/*"
232232

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

0 commit comments

Comments
 (0)