fix(github): iterate over next pages in actual run

This commit is contained in:
Ali BARIN
2022-10-23 21:25:33 +02:00
parent 4d54a608a6
commit aa8d1d984c

View File

@@ -47,7 +47,7 @@ const newWatchers = async ($: IGlobalVariable) => {
$.pushTriggerItem(dataItem); $.pushTriggerItem(dataItem);
} }
} }
} while (pathname && !$.execution.testRun === false); } while (pathname && !$.execution.testRun);
}; };
export default newWatchers; export default newWatchers;