I configure my pipeline as follows:
Hi Ricardo and welcome to the community!
The pipeline you have shared here has two steps. The step named Test is configured to run with a self-hosted runner, but the step named Lint is not, which is why you get this error.
The runs-on parameter needs to be added to every step that you want to run with a self-hosted runner:
It is not possible to configure the runs-on parameter globally at the moment, but we have a feature request that you can vote for and watch here:
Please feel free to let me know if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.