Post #1686952
2026-04-24 17:35 UTC
@chaos right, but at least some of these things can be solved by “just a ci runner”:
- forgejo does scheduled jobs
- forgejo does event-based jobs for a repo, e.g. issues and PRs, releases
- forgejo does manually run actions
- `actions/cache` is not great, but you can use multiple of them, and it’s very configurable in terms of directories and keys. the major issue is missing (read-only) fallback caches, which gitlab solves much better
Replies (0)
No replies.