Browse Source

test later release now

TheWildJames 2 months ago
parent
commit
705c7fc281
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/actions/networking/action.yml

+ 3 - 0
.github/actions/networking/action.yml

@@ -16,6 +16,7 @@ runs:
   steps:
     - name: 'Apply BBRv3'
       shell: bash
+      if: false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         set -euo pipefail
@@ -28,6 +29,7 @@ runs:
         echo "✅ BBRv3 patches applied"
 
     - name: Enable Kernel Configs
+      if: false
       uses: ./.github/actions/set-kernel-config
       with:
         config_list: |
@@ -87,6 +89,7 @@ runs:
         sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
 
     - name: Apply NTSync Patch
+      if: false
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |