File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3434 default : " smoke"
3535 required : false
3636 description : " Markers to use for pytest"
37+ runner :
38+ required : false
39+ type : string
40+ default : " runner-4"
41+ description : " Runner to use for the build job"
3742
3843env :
3944 BUILD_TYPE : " Release"
6974 runner : runner-4
7075
7176 validation-prepare-setup-mcm :
72- runs-on : runner-4
77+ runs-on : ${{ inputs. runner }}
7378 needs : call-bare-metal-build
7479 timeout-minutes : 60
7580 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -126,7 +131,7 @@ jobs:
126131
127132 validation-run-tests :
128133 needs : validation-prepare-setup-mcm
129- runs-on : runner-4
134+ runs-on : ${{ inputs. runner }}
130135 timeout-minutes : 60
131136 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
132137 env :
You can’t perform that action at this time.
0 commit comments