Merge pull request #24460 from DmitriyAlergant/ci/skip-scheduled-workflows-on-forks

ci: skip scheduled workflows on forks
This commit is contained in:
Krish Dholakia 2026-03-23 19:54:50 -07:00 committed by GitHub
commit 3292d02aa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ concurrency:
jobs:
analyze:
if: github.event_name != 'schedule' || github.repository == 'BerriAI/litellm'
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 30

View file

@ -7,6 +7,7 @@ on:
jobs:
create-staging-branch:
if: github.repository == 'BerriAI/litellm'
runs-on: ubuntu-latest
steps:
@ -43,6 +44,7 @@ jobs:
fi
create-internal-dev-branch:
if: github.repository == 'BerriAI/litellm'
runs-on: ubuntu-latest
steps:

View file

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