From a153c0cfe03cadd32acf41c4cbad9f26e757a2e1 Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Sun, 28 Sep 2025 14:57:08 +0100 Subject: [PATCH 1/2] chore: images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 67f93f861167dbd43b8ac0ae8eecce4b0e5b9772 Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Sun, 28 Sep 2025 14:59:24 +0100 Subject: [PATCH 2/2] Update calibreapp-image-actions.yml --- .github/workflows/calibreapp-image-actions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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