It would be better to add both things you want to be true both as triggers and as conditions.
if it’s light out (>100 lumens) but not yet sunrise it won’t run. If it’s past sunrise but is too dark (<100 lumens) it won’t run.
But if you trigger on both lumens AND sunrise then put both lumens AND sunrise in your conditions. Then which ever occurs first will set the condition to true and which ever happens second will trigger the automation to run since both conditions will then both be true.