Procházet zdrojové kódy

temp disable some options for new release

TheWildJames před 2 měsíci
rodič
revize
f94e7269e1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 }}