simplify and improve pr-test.yml (#20911)

This commit is contained in:
Lianmin Zheng
2026-03-19 11:01:06 -07:00
committed by GitHub
parent 29ced9c162
commit 3b89c6d3ea

View File

@@ -10,14 +10,6 @@ on:
branches: [main]
workflow_dispatch:
inputs:
version:
description: "FlashInfer version"
required: true
type: choice
default: "release"
options:
- "release"
- "nightly"
target_stage:
description: "Specific stage to run (optional, for quick testing)"
required: false