Browse Source

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 months ago
parent
commit
180ae7bb4b
1 changed files with 0 additions and 1 deletions
  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: |