Merge pull request #18478 from Chesars/fix/prevent-scheduled-workflow-in-forks

fix: update_price_and_context_window workflow from running in forks
This commit is contained in:
Cesar Garcia 2026-02-28 13:10:15 -03:00 committed by GitHub
commit 7f5c8653f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ on:
jobs:
auto_update_price_and_context_window:
if: github.repository == 'BerriAI/litellm'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3