mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-09 12:47:44 +00:00
Allow stars script to be run manually (#453)
This commit is contained in:
1
.github/workflows/update-stars.yml
vendored
1
.github/workflows/update-stars.yml
vendored
@@ -3,6 +3,7 @@ name: Update stars count
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0' # At 00:00 on Sunday.
|
- cron: '0 0 * * 0' # At 00:00 on Sunday.
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|||||||
Reference in New Issue
Block a user