Przeglądaj źródła

ci(main): move bypass input below use_cache

Co-Authored-By: internal-model
TheWildJames 1 tydzień temu
rodzic
commit
2a9e7fb575
1 zmienionych plików z 4 dodań i 4 usunięć
  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: