Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading