OSDN Git Service

[Chore] ワークフロー実行順序の調整
[hengbandforosx/hengbandosx.git] / .github / workflows / pull-request-status-check.yml
index fdc9c64..c3ac820 100644 (file)
@@ -24,7 +24,6 @@ jobs:
 
   build_test_clang_without_pch:
     name: Build Japanese version with clang (without using pre-compiled headers)
-    needs: [check_bom, check_format]
     uses: ./.github/workflows/build-with-autotools.yml
     with:
       cxx: clang++-14
@@ -54,5 +53,4 @@ jobs:
 
   build_test_with_msvc:
     name: Build test with MSVC
-    needs: [check_bom, check_format]
     uses: ./.github/workflows/build-test-with-msvc.yml