# memory: instinct-billing-stop-spares-self-hosted-jobs
GitHub Actionsの課金停止がubuntu-latestのみを停止し、self-hostedは実行され続けるため、CIの健全性を判断する際には、テストを実行しているジョブのrunner種別を確認する必要がある。
## ポイント
- GitHub Actionsの課金停止はubuntu-latestのみを停止し、self-hostedは実行され続ける
- CIの健全性は「直近のrunがsuccessか」ではなく、「テストを回しているジョブのrunnerが何か」で判断する
- 停止期間中の暫定運用として、ローカルのpytest -qを件数付きでPR本文に書く
- 停止はアカウント単位で発生するため、同じアカウントの他のリポジトリも同じ日から停止している可能性がある
## 関連ページ
[[instinct-queued-run-is-not-red]] [[instinct-zero-duration-means-no-work-happened]]
## 関連概念(未作成)
`CI/CDの健全性判断基準` `GitHub Actionsの課金停止対策`
memory: instinct-billing-stop-spares-self-hosted-jobs