File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ jobs:
194194 overwrite : true
195195
196196 ComparePerformance :
197+ runs-on : ubuntu-latest
197198 needs : [ Configure, BuildAndTest ]
198199 if : ${{ !inputs.skip-compare-performance }}
199200 name : Compare Performance - ${{ inputs.pull-request-id }}
Original file line number Diff line number Diff line change 2828 branch : # Branch to use if not one calling this
2929 type : string
3030 default : ' '
31+ build-test-timeout-minutes :
32+ type : number
33+ default : 120
34+ skip-compare-performance :
35+ type : boolean
36+ default : false
3137 secrets :
3238 token :
3339 required : true
@@ -110,4 +116,6 @@ jobs:
110116 cache-assets : ${{ inputs.cache-assets }}
111117 common-ci-ref : ${{ inputs.common-ci-ref }}
112118 branch : ${{ inputs.branch }}
119+ build-test-timeout-minutes : ${{ inputs.build-test-timeout-minutes }}
120+ skip-compare-performance : ${{ inputs.skip-compare-performance }}
113121 secrets : inherit
You can’t perform that action at this time.
0 commit comments