浏览代码

ci(main): move bypass input below use_cache

Co-Authored-By: internal-model
TheWildJames 1 周之前
父节点
当前提交
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)"
         type: boolean
         default: true
+      bypass:
+        description: "Apply kernel version-check bypass hack"
+        type: boolean
+        default: false
       kernel_build_version:
         description: "Kernel Version"
         type: choice
@@ -99,10 +103,6 @@ on:
         description: "Performance"
         type: boolean
         default: false
-      bypass:
-        description: "Apply kernel version-check bypass hack"
-        type: boolean
-        default: false
 
 jobs:
   resolve-sources: