Просмотр исходного кода

temp disable bbrv3 testing to prepare for susfs 2.2.0

TheWildJames 2 месяцев назад
Родитель
Сommit
2c95ed14e9
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/actions/networking/action.yml

+ 2 - 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
@@ -24,6 +25,7 @@ runs:
 
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
+      if: false
       with:
         config_list: |
           CONFIG_TCP_CONG_BBRV3=y