File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,17 @@ jobs:
115115
116116 strategy :
117117 matrix :
118- runner :
119- - type : ppc64le
120- labels : ["self-hosted", "linux", "ppc64le"]
121- - type : default
122- labels : ["${{ inputs.runner_prefix }}", "${{ inputs.runner }}"]
118+ labels :
119+ - ["self-hosted", "linux", "ppc64le"]
120+ - ["${{ inputs.runner_prefix }}", "${{ inputs.runner }}"]
121+ include :
122+ - labels : ["self-hosted", "linux", "ppc64le"]
123+ type : ppc64le
124+ - labels : ["${{ inputs.runner_prefix }}", "${{ inputs.runner }}"]
125+ type : default
123126 exclude :
124127 - type : ppc64le
125- when : ${{ inputs.runner != 'ppc64le' }}
128+ if : ${{ inputs.runner != 'ppc64le' }}
126129 steps :
127130
128131 - name : Setup SSH (Click me for login details)
You can’t perform that action at this time.
0 commit comments