From 87bb1baa4a912d8dd03bd1bd38ea8c8c831d0096 Mon Sep 17 00:00:00 2001 From: Alejandro Ponce Date: Wed, 29 Jan 2025 10:57:23 +0200 Subject: [PATCH] Add to update model prices worflow --- .github/workflows/update-model-costs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-model-costs.yml b/.github/workflows/update-model-costs.yml index ee2271b2..ed362120 100644 --- a/.github/workflows/update-model-costs.yml +++ b/.github/workflows/update-model-costs.yml @@ -3,6 +3,7 @@ name: Update model prices and context window JSON file on: workflow_call: + workflow_dispatch: schedule: - cron: '0 2 * * 0' # Run every Sunday at 2:00 AM