Kaynağa Gözat

ci(workflows): remove unnecessary condition for SUSFS patches in build workflow

Eliminate the redundant conditional check for applying SUSFS patches in the build workflow. This change simplifies the workflow logic, ensuring that the patches are applied consistently without unnecessary conditions, thereby enhancing maintainability and clarity.
TheWildJames 9 ay önce
ebeveyn
işleme
180ae7bb4b
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      .github/workflows/build.yml

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

@@ -251,7 +251,6 @@ jobs:
         echo "KSUVER=$KSU_VERSION" >> $GITHUB_ENV
 
     - name: Apply SUSFS Patches for KernelSU Variants
-      if: ${{ inputs.ksu_variant == 'WKSU' || inputs.ksu_variant != 'Next' || inputs.ksu_variant == 'KSU' }}
       working-directory: ${{ env.KERNEL_ROOT }}
       run: |