From b406a8dc0400402ed32bb381fce270a44543751c Mon Sep 17 00:00:00 2001 From: kyy Date: Tue, 31 Mar 2026 13:09:56 +0900 Subject: [PATCH] =?UTF-8?q?adminfront/devfront=20=EB=9F=AC=EB=84=88=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/code_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/code_check.yml b/.gitea/workflows/code_check.yml index b42827f9..b63c88c7 100644 --- a/.gitea/workflows/code_check.yml +++ b/.gitea/workflows/code_check.yml @@ -515,7 +515,7 @@ jobs: adminfront-tests: needs: lint if: ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.run_adminfront_tests == true) }} - runs-on: playwright + runs-on: ubuntu-latest timeout-minutes: 30 steps: - name: Checkout code @@ -594,7 +594,7 @@ jobs: devfront-tests: needs: lint if: ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.run_devfront_tests == true) }} - runs-on: playwright + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4