forgejo-actions-runner: set empty labels list to use default labels
parent
559e2158bf
commit
9955194ea6
|
@ -373,9 +373,7 @@
|
||||||
name = "monolith";
|
name = "monolith";
|
||||||
url = "https://git.samsehu.perli.casa";
|
url = "https://git.samsehu.perli.casa";
|
||||||
tokenFile = config.age.secrets.FORGEJO_ACTIONS_RUNNER.path;
|
tokenFile = config.age.secrets.FORGEJO_ACTIONS_RUNNER.path;
|
||||||
labels = [
|
labels = [ ];
|
||||||
"ubuntu-latest:docker://node:16-bullseye"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue