Browse Source

ci: skip root integration entirely when no root flavor selected

TheWildJames 3 weeks ago
parent
commit
a0aa8ab818
1 changed files with 0 additions and 6 deletions
  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