From 851e7e4dee840223971a45fdf9d66502c90f4776 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 27 Jan 2025 02:34:50 +0100 Subject: [PATCH] Scripts: attempt to force a run --- .forgejo/workflows/update_community_index.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update_community_index.yml b/.forgejo/workflows/update_community_index.yml index 77b0e8f8cf..3247c4b325 100644 --- a/.forgejo/workflows/update_community_index.yml +++ b/.forgejo/workflows/update_community_index.yml @@ -1,7 +1,10 @@ name: Weekly data updates on: + push: + branches-ignore: + - build/* schedule: - -cron: "* * * * 1" + - cron: "* * * * 1" jobs: deploy_on_hetzner_single: