Fix label matching: Use clean label names in runs-on, keep execution mode in runner config

This commit is contained in:
adilallo
2025-08-29 21:42:25 -06:00
parent 42a2fda6eb
commit 0b7b8df05b
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ runner:
fetch_timeout: 5s
fetch_interval: 2s
labels:
- "self-hosted:host"
- "macos-latest:host"
- "self-hosted" # plain label
- "macos-latest:host" # runs in host mode; label name is "macos-latest"
cache:
enabled: true