Artifacts expire, run the action every month

This commit is contained in:
marked 2025-12-03 22:56:35 +01:00
parent 1ead81cb90
commit 412d469afc
No known key found for this signature in database

View file

@ -2,6 +2,8 @@ name: build-studio-docs
on:
push:
schedule:
- cron: "10 0 1 * *" # Artifacts expire every 90 days. Doesn't hurt to just run this workflow first day of every month at 00:10 UTC.
jobs:
studio-docs: