forgejo-actions-runner: set empty labels list to use default labels

main
LeRoyce Pearson 2024-05-29 20:33:09 -06:00
parent 559e2158bf
commit 9955194ea6
1 changed files with 1 additions and 3 deletions

View File

@ -373,9 +373,7 @@
name = "monolith";
url = "https://git.samsehu.perli.casa";
tokenFile = config.age.secrets.FORGEJO_ACTIONS_RUNNER.path;
labels = [
"ubuntu-latest:docker://node:16-bullseye"
];
labels = [ ];
};
};