From 3f07712de4ae2fde242dc324717c0f151fdec9c9 Mon Sep 17 00:00:00 2001 From: UVCLimHun Date: Thu, 17 Apr 2025 10:41:48 +0900 Subject: [PATCH] Update code-review.yml --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index b7b8123..f9ff774 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -6,7 +6,7 @@ on: jobs: code_review: - runs-on: ubuntu-latest + runs-on: self_hosted steps: - uses: actions/checkout@v3