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
@@ -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