fix(github): iterate over next pages in actual run
This commit is contained in:
@@ -47,7 +47,7 @@ const newWatchers = async ($: IGlobalVariable) => {
|
||||
$.pushTriggerItem(dataItem);
|
||||
}
|
||||
}
|
||||
} while (pathname && !$.execution.testRun === false);
|
||||
} while (pathname && !$.execution.testRun);
|
||||
};
|
||||
|
||||
export default newWatchers;
|
||||
|
Reference in New Issue
Block a user