瀏覽代碼

ci: skip root integration entirely when no root flavor selected

TheWildJames 3 周之前
父節點
當前提交
a0aa8ab818
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .github/workflows/build.yml

+ 0 - 6
.github/workflows/build.yml

@@ -184,12 +184,6 @@ jobs:
         flavor: ${{ inputs.root_flavor }}
         commit: ${{ inputs.root_commit }}
 
-    - name: Setup KernelSU-Next (legacy)
-      if: ${{ inputs.root_flavor == '' }}
-      uses: ./.github/actions/kernelsu
-      with:
-        ksu_branch: ${{ inputs.ksu_branch }}
-
     - name: Disable SUSFS for ReSukiSU without SUSFS feature
       if: ${{ inputs.root_flavor == 'resukisu' && !contains(inputs.feature_set, 'SUSFS') }}
       uses: ./.github/actions/set-kernel-config