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
I have noticed that a number of times, entries get invalidated, after the ci has passed and pr has been merged. Sometimes, a repo might get moved or a branch might get deleted or some scripts might get deleted or removed without updating index according.
Hence i propose a periodic running of the ci script so that such invalidations can be caught. Also, i would recommend running the ci script as part of index reader so as to prevent builds from happening in case of entries getting invalidated prematurely.
I have noticed that a number of times, entries get invalidated, after the ci has passed and pr has been merged. Sometimes, a repo might get moved or a branch might get deleted or some scripts might get deleted or removed without updating index according.
Hence i propose a periodic running of the ci script so that such invalidations can be caught. Also, i would recommend running the ci script as part of index reader so as to prevent builds from happening in case of entries getting invalidated prematurely.