mirror of
https://github.com/Ukendio/jecs.git
synced 2026-02-04 15:15:21 +00:00
Artifacts expire, run the action every month
This commit is contained in:
parent
1ead81cb90
commit
412d469afc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-studio-docs.yaml
vendored
2
.github/workflows/build-studio-docs.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue