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.
我已经构建了配置 A 和 B。每天在特定时间触发 A。B 由 A 的成功构建结果触发。
是否可以手动运行 A 而不会自动触发 B?
目前我必须创建作为 A 副本的 C 并运行它。在引擎盖下,一切都与 A 相同。
您始终可以在运行 A 之前暂停构建 B。