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

ci(main): move bypass input below use_cache

Co-Authored-By: internal-model
TheWildJames 1 неделя назад
Родитель
Сommit
2a9e7fb575
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -19,6 +19,10 @@ on:
         description: "Use ccache/bazel cache (restore/save)"
         description: "Use ccache/bazel cache (restore/save)"
         type: boolean
         type: boolean
         default: true
         default: true
+      bypass:
+        description: "Apply kernel version-check bypass hack"
+        type: boolean
+        default: false
       kernel_build_version:
       kernel_build_version:
         description: "Kernel Version"
         description: "Kernel Version"
         type: choice
         type: choice
@@ -99,10 +103,6 @@ on:
         description: "Performance"
         description: "Performance"
         type: boolean
         type: boolean
         default: false
         default: false
-      bypass:
-        description: "Apply kernel version-check bypass hack"
-        type: boolean
-        default: false
 
 
 jobs:
 jobs:
   resolve-sources:
   resolve-sources: