Fix label matching: Use clean label names in runs-on, keep execution mode in runner config
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user