From 12e9827b456a4aa60e711da1bb4462dd5d7d5ce1 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 29 Jul 2025 14:31:18 -0300 Subject: [PATCH] ci: fix dispatch --- .github/workflows/update.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 47654a4ae15a2d710d4473c133222ecf575636ef..3b704667ae88837e4af7741e29538a6866ef03b5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,10 +1,9 @@ name: Update Providers on: - push: - branches: [main] - paths: - - "internal/config/**" + schedule: + - cron: "0 2 * * *" # Run nightly at 2 AM UTC + workflow_dispatch: # Allow manual triggering jobs: update-schema: