From e5fea477b246206ded5e7f849ebec2420e9c147a Mon Sep 17 00:00:00 2001 From: oskar <53711292+oskarkocol@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:43:44 +0700 Subject: [PATCH] revert repo guard --- .github/workflows/auto_update_price_and_context_window.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto_update_price_and_context_window.yml b/.github/workflows/auto_update_price_and_context_window.yml index 73e4730ad3c..f3c7a779be0 100644 --- a/.github/workflows/auto_update_price_and_context_window.yml +++ b/.github/workflows/auto_update_price_and_context_window.yml @@ -4,7 +4,6 @@ on: schedule: - cron: "0 0 * * 0" # Run every Sundays at midnight #- cron: "0 0 * * *" # Run daily at midnight - workflow_dispatch: permissions: contents: write @@ -12,7 +11,7 @@ permissions: jobs: auto_update_price_and_context_window: - # if: github.repository == 'BerriAI/litellm' + if: github.repository == 'BerriAI/litellm' runs-on: ubuntu-latest steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0