Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正计划从 GitLab 迁移到 GitHub,并且刚刚开始尝试 GH Actions。
我看到的一件事是,我必须表明我想在每个作业的自托管运行器上运行。
有没有办法为组织设置默认值,或者在工作流 YAML 文件中只定义一次?
我不相信。这只是指定作业运行位置时需要考虑的另一个属性。例如,您已经需要通过runs-on指令指定要为每个作业使用的系统类型(例如,操作系统和版本),因为没有合理的猜测方式,因此指定自托管并不是特别繁琐。
runs-on