Przeglądaj źródła

Disable SM-S938B-Oneui7 kernel configuration

Comment out the configuration for the SM-S938B-Oneui7 branch.
jimsterino98 6 miesięcy temu
rodzic
commit
9647ed2a86
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      .github/workflows/kernel-samsung.yml

+ 3 - 3
.github/workflows/kernel-samsung.yml

@@ -51,9 +51,9 @@ jobs:
           - branch: "SM-S918B-Oneui8"
             android_version: "android13"
             kernel_version: "5.15"
-          - branch: "SM-S938B-Oneui7"
-            android_version: "android15"
-            kernel_version: "6.6"
+#          - branch: "SM-S938B-Oneui7"
+#            android_version: "android15"
+#            kernel_version: "6.6"
 
     uses: ./.github/workflows/build.yml
     secrets: inherit