As per @codemonkee’s post you cannot add conditions/logic within a cron expression so you won’t be able to achieve this with a single cron expression.
You have a few options but the cleanest might be just to insert some logic into your code at “Init” like the attached workflow.
Main.xaml (16.5 KB).
Hopefully this helps