Jelajahi Sumber

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 bulan lalu
induk
melakukan
180ae7bb4b
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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: |