We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf59aea commit 0a5f297Copy full SHA for 0a5f297
.github/workflows/chat-perf.yml
@@ -4,18 +4,15 @@ on:
4
pull_request:
5
paths:
6
- '.github/workflows/chat-perf.yml'
7
- schedule:
8
- # Nightly at 12:00 AM PT (07:00 UTC)
9
- - cron: '0 7 * * *'
10
workflow_dispatch:
11
inputs:
12
baseline_commit:
13
description: 'Baseline commit SHA or version (e.g. "1.115.0", "abc1234")'
14
- required: true
+ required: false
15
type: string
16
test_commit:
17
description: 'Test commit SHA or version (e.g. "1.115.0", "abc1234")'
18
19
20
runs:
21
description: 'Runs per scenario (default: 7 for statistical significance)'
0 commit comments