Răsfoiți Sursa

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 luni în urmă
părinte
comite
180ae7bb4b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      .github/workflows/build.yml

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

@@ -251,7 +251,6 @@ jobs:
         echo "KSUVER=$KSU_VERSION" >> $GITHUB_ENV
         echo "KSUVER=$KSU_VERSION" >> $GITHUB_ENV
 
 
     - name: Apply SUSFS Patches for KernelSU Variants
     - 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 }}
       working-directory: ${{ env.KERNEL_ROOT }}
       run: |
       run: |