diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4e45b7fbe6..91b88b66a1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,7 +15,7 @@ concurrency: jobs: analyze: - if: github.repository == 'BerriAI/litellm' + if: github.event_name != 'schedule' || github.repository == 'BerriAI/litellm' name: Analyze (${{ matrix.language }}) runs-on: ubuntu-latest timeout-minutes: 30