Skip to content

Commit 0a5f297

Browse files
committed
update
1 parent bf59aea commit 0a5f297

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/chat-perf.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ on:
44
pull_request:
55
paths:
66
- '.github/workflows/chat-perf.yml'
7-
schedule:
8-
# Nightly at 12:00 AM PT (07:00 UTC)
9-
- cron: '0 7 * * *'
107
workflow_dispatch:
118
inputs:
129
baseline_commit:
1310
description: 'Baseline commit SHA or version (e.g. "1.115.0", "abc1234")'
14-
required: true
11+
required: false
1512
type: string
1613
test_commit:
1714
description: 'Test commit SHA or version (e.g. "1.115.0", "abc1234")'
18-
required: true
15+
required: false
1916
type: string
2017
runs:
2118
description: 'Runs per scenario (default: 7 for statistical significance)'

0 commit comments

Comments
 (0)