Răsfoiți Sursa

temp disable some options for new release

TheWildJames 2 luni în urmă
părinte
comite
f94e7269e1
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -153,6 +153,7 @@ jobs:
 
     - name: Apply BBRv3 Patches
       uses: ./.github/actions/bbrv3
+      if: false
       with:
         version: ${{ inputs.version }}
         sublevel: ${{ steps.extract.outputs.sublevel }}
@@ -191,6 +192,7 @@ jobs:
 
     - name: Apply Performance Patches
       uses: ./.github/actions/performance
+      if: false
       with:
         kernel_version: ${{ inputs.kernel_version }}