Skip to content

Commit 49cf05c

Browse files
authored
Don't include s390x in coreclr outerloop runs (#60351)
This was a copy-paste mistake, see #60255 (comment)
1 parent 0cb73e8 commit 49cf05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/platform-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211

212212
# Linux s390x
213213

214-
- ${{ if or(containsValue(parameters.platforms, 'Linux_s390x'), in(parameters.platformGroup, 'all', 'gcstress')) }}:
214+
- ${{ if containsValue(parameters.platforms, 'Linux_s390x') }}:
215215
- template: xplat-setup.yml
216216
parameters:
217217
jobTemplate: ${{ parameters.jobTemplate }}

0 commit comments

Comments
 (0)