From 9587f5ed53cf3cd7535a05b73e72c04bdd72acd1 Mon Sep 17 00:00:00 2001 From: MacFJA Date: Sun, 10 Sep 2023 13:09:58 +0200 Subject: [PATCH] Allow stars script to be run manually (#453) --- .github/workflows/update-stars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-stars.yml b/.github/workflows/update-stars.yml index 081ee3f..22dbd6f 100644 --- a/.github/workflows/update-stars.yml +++ b/.github/workflows/update-stars.yml @@ -3,6 +3,7 @@ name: Update stars count on: schedule: - cron: '0 0 * * 0' # At 00:00 on Sunday. + workflow_dispatch: jobs: update: