From 69f530342fc0da2d7767a9cc703b516762ff716c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 12 Jul 2025 20:51:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Run=20once=20on=20CI=20to=20debu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/people.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index c1df3455e..76a6f1fea 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -1,6 +1,10 @@ name: FastAPI People on: + # TODO: remove this + push: + branches: + - people schedule: - cron: "0 14 1 * *" workflow_dispatch: