diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 735378fce..2094e7f36 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -17,7 +17,10 @@ jobs: permissions: contents: write pull-requests: write - if: github.event.pull_request.head.repo.full_name == github.repository + if: > + github.event_name == 'workflow_dispatch' || + (github.event_name == 'pull_request' && + github.event.pull_request.head.repo.full_name == github.repository) steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/README.md b/README.md index 668cb877b..c5d34515e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ LLMGateway is available under a dual license: ### Enterprise features include: - Advanced billing and subscription management -- Extended data retention (90 days vs 3 days) +- Extended data retention (90 days vs 7 days) - Provider API key management (Pro plan) - Team and organization management - Priority support