Explorar o código

Add condition to optimization patch step

jimsterino98 hai 2 semanas
pai
achega
1e82653f45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -257,7 +257,7 @@ jobs:
         uses: ./.github/actions/TTL
 
       - name: add optimization patches
-        if: inputs.optimization == 'true'
+        if: inputs.optimization == 'true' && !startsWith(env.BRANCH, 'SM-S711')
         uses: ./.github/actions/optimization
 
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices