Skip to content

Commit 1f71641

Browse files
nightly pull requests: add missing options
1 parent 49c33b6 commit 1f71641

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/nightly-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/nightly-pull-requests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ on:
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

0 commit comments

Comments
 (0)