Преглед изворни кода

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 месеци
родитељ
комит
180ae7bb4b
1 измењених фајлова са 0 додато и 1 уклоњено
  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: |