chore: Just evaluate instead of building artificats for CI

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:55:27 -05:00
committed by Hunter Halloran
parent a23ec91c9c
commit a06525f6fa
3 changed files with 18 additions and 19 deletions

View File

@@ -108,10 +108,13 @@
url = "https://git.factory.uga.edu";
# Token file must be created manually at this path with a Gitea runner token
# Generate in repository settings: Settings > Actions > Runners > Create new Runner
# echo "YOUR_TOKEN_HERE" | sudo tee /var/lib/gitea-runner-token > /dev/null
# echo "TOKEN=YOUR_TOKEN_HERE" | sudo tee /var/lib/gitea-runner-token > /dev/null
tokenFile = "/var/lib/gitea-runner-token";
# Labels to identify this runner in workflows
extraLabels = [ "nix-builder" ];
extraLabels = [
"self-hosted"
"nix-builder"
];
# Runner service name
name = "athenix";
};