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

Add condition to optimization patch step

jimsterino98 пре 2 недеља
родитељ
комит
1e82653f45
1 измењених фајлова са 1 додато и 1 уклоњено
  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