Make task run before any other task can run

Hiya

What’s the best way to force a workflow to run a particular task (in this case a dummy one, remote_setup) before any others?

Currently I’m achieving this by manually graphing the remote_setup before each task which starts the workflow. This works but isn’t trivially portable. I’m sure there’s a really simple answer to this but I can’t figure it out from the docs.

Thanks in advance.

Jonny