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

Disable application of Android 15 6.6 Fake Patches in action.yml

TheWildJames пре 4 месеци
родитељ
комит
ae3619b1e7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/actions/susfs/action.yml

+ 2 - 2
.github/actions/susfs/action.yml

@@ -139,7 +139,7 @@ runs:
 
     - name: Apply Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Applying 6.6 SUSFS fixes"
@@ -246,7 +246,7 @@ runs:
 
     - name: Revert Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Reverting 6.6 Fake Patches"