-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Problem
The performance-nightly.yml workflow runs on forks and pushes commits to the fork's main branch, causing it to diverge from upstream.
Suggested Fix
Add repository condition to .github/workflows/performance-nightly.yml:
jobs:
update-baseline:
runs-on: ubuntu-latest
if: github.repository == 'vllm-project/semantic-router'
To Reproduce
- Fork the
vllm-project/semantic-routerrepository - Keep GitHub Actions enabled on the fork (default)
- Wait for the nightly schedule (3 AM UTC) or trigger the workflow manually
- Observe that a commit
chore: update performance baselines (nightly run)is pushed to the fork'smainbranch - Fork now shows "X commits ahead of vllm-project:main"
Expected behavior
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done