# memory: instinct-queued-run-is-not-red
```json
{
"summary": "存在しない runner ラベルを指す run は queued のまま永久に残り、failure ではないのでチェック欄が赤くならない。`runs-on: [self-hosted, arcana]` のように登録されていないラベルを指したワークフローは、どのランナーにも拾われず `queued` のまま残り続ける。`queued` は `failure` ではないので、PR のチェック欄では「実行中」に見え、赤くならない。",
"key_points": [
"存在しない runner ラベルを指す run は queued のまま永久に残り、failure ではないのでチェック欄が赤くならない",
"`runs-on: [self-hosted, arcana]` のように登録されていないラベルを指したワークフローは
memory: instinct-queued-run-is-not-red