Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Perf Benchmark
name: Perf Benchmark (manual)

on:
pull_request:
push:
branches: [main]
workflow_dispatch:
inputs:
concurrency:
Expand All @@ -13,11 +10,6 @@ on:
description: "aiperf --request-count"
default: "200"

# Cancel superseded PR runs; keep main builds.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

permissions:
contents: read

Expand Down
Loading