RootCauseunvalidated
this runs-on directive is an `AND` condition — runs-on: [self-hosted, devops, small, large, xlarge ]. Tension: it will pick a runner with all labels like devops, small, large, xlarge. Outcome: There's no direct way to exclude labels in `runs-on`.
6c21301e-b6b5-47a4-86e6-6b4c5fbf5643
this runs-on directive is an AND condition — runs-on: [self-hosted, devops, small, large, xlarge ]. Tension: it will pick a runner with all labels like devops, small, large, xlarge. Outcome: There's no direct way to exclude labels in runs-on.