Delay deploying smart contract until gas prices are low

Could you please share some tips on how I might send my smart contract to the relayer and then set a condition that it won't deploy until gas prices fall below a certain level?

Here's a tutorial to deploy using Defender:

If you want to deploy under a certain level, just configure a max gas price policy for your relayer:

This way the relayer will send a transaction with the max price and will retry until it's eventually mined.