Update .forgejo/workflows/nightly.yml
Some checks failed
/ update (push) Failing after 19s

This commit is contained in:
Ashley Graves 2024-10-02 12:04:20 +00:00
parent a99bfe380e
commit a60790f1af

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
push:
schedule:
- cron: "0 * * * *"
- cron: "0 */6 * * *"
jobs:
update: