1
0
forked from baron/baron-sso

adminfront/devfront 러너 수정

This commit is contained in:
2026-03-31 13:09:56 +09:00
parent e927fa8ea0
commit b406a8dc04

View File

@@ -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