问 HN:GitHub Actions 的替代方案有哪些?
1 分•作者: BhavdeepSethi•6 个月前
看起来 GitHub Actions 又出故障了:https://www.githubstatus.com
我们已经在使用 blacksmith 来避免使用 GitHub Runners。强烈推荐你试试,如果你还没用过的话。但我们仍然依赖 GitHub 来实际触发工作流程。考虑到他们频繁的故障,我想知道是否有可用的替代方案?迁移到 GitLab 是一项相当大的工程,所以我想知道是否有办法暂时缓解这个问题,并且不再依赖 GitHub Actions 来定期触发工作流程和执行操作(例如,合并到 main 分支时)?
查看原文
Looks like Github actions are having an outage again: https://www.githubstatus.com/<p>We already use blacksmith to not use Github Runners. Highly recommend it if you haven't tried it yet. But we still rely on Github to actually trigger the workflow. With all their constant outages, I was wondering if there are alternatives available? Moving to Gitlab is quite a big migration, so I was wondering if there are ways to mitigate this for now and not relying on GitHub actions to trigger workflows periodically and on actions (eg. on merging to main)?