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"; 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"
];
}; };
}; };