You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++] Trigger the BuildKite pipeline from Github Actions
Instead of always triggering the BuildKite pipeline and then
determining whether there is anything to do, trigger it from
the libc++ CI Github action. Since that Github action is only
triggered when relevant files have been modified, this simplifies
the triggering logic.
Importantly, it will also prevent all of the monorepo CI jobs from
waiting on the Buildkite pipeline to report that there's nothing
to do.
0 commit comments