请问HN:有什么替代GH Actions的工具吗?
看起来 GitHub Actions 又出现故障了: https://www.githubstatus.com/
我们已经使用 Blacksmith 来避免使用 GitHub Runners。如果你还没有尝试过,强烈推荐。不过,我们仍然依赖 GitHub 来实际触发工作流。考虑到他们频繁的故障,我在想是否有其他可用的替代方案?迁移到 GitLab 是一个相当大的工程,因此我想知道是否有办法暂时缓解这个问题,而不依赖 GitHub Actions 定期触发工作流和在某些操作(例如合并到主分支时)上触发工作流?
查看原文
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)?