diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 0e27837dc..d3b93a2e3 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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