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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-18 22:55:29 +08:00
parent 6148c13c0c
commit 957d685ff4

View File

@@ -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: