Skip to content

Commit 8dd271f

Browse files
committed
[DO NOT MERGE] Temporarily run on pull_request to exercise the workflow
workflow_dispatch is only available for workflows already on the default branch, and a pull_request run from a fork receives no secrets, so the ClickHouse step would fail. Running from a same-repo branch gives the run access to CLICKHOUSE_HUD_USER_*. REVERT THIS COMMIT BEFORE MERGING.
1 parent 3547814 commit 8dd271f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/vllm-torch-nightly-triage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ name: vLLM torch-nightly triage
1212
# via .claude/skills/vllm-pytorch-ci-triage) without this job needing a Buildkite token.
1313

1414
on:
15+
# TEMPORARY (DO NOT MERGE): run on PRs touching this workflow so it can be
16+
# exercised before landing. workflow_dispatch only works once the file is on
17+
# the default branch, and a fork PR gets no secrets -- hence a same-repo branch.
18+
pull_request:
19+
paths:
20+
- .github/workflows/vllm-torch-nightly-triage.yml
21+
- tools/torchci/vllm_torch_nightly_triage.py
1522
workflow_dispatch:
1623
inputs:
1724
lookback_days:

0 commit comments

Comments
 (0)