From 957d685ff481ac25e04a82453ebd5b595828ba33 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 18 Mar 2026 22:55:29 +0800 Subject: [PATCH] ci: run fetch-stars step on every workflow trigger Removed the 'if: github.event_name == schedule' guard so the step also runs on manual dispatches and push-triggered deploys, not only on the nightly schedule. Co-Authored-By: Claude --- .github/workflows/deploy-website.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 66114684..8b7b0c7b 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -39,7 +39,6 @@ jobs: restore-keys: github-stars- - name: Fetch GitHub stars - if: github.event_name == 'schedule' id: fetch-stars continue-on-error: true env: