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
if!env.IsCI() { // Dependents are never relevant in GitHub Actions. This check is essential to ensure the right source/target gets chosen when dependents are set.
214
+
fordependent:=rangewf.Dependents {
215
+
dependents=append(dependents, dependent)
216
+
}
217
+
slices.Sort(dependents) // Must sort or else order will be different on each run
215
218
}
216
-
slices.Sort(dependents) // Must sort or else order will be different on each run
0 commit comments