Explorar el Código

ci(main): move bypass input below use_cache

Co-Authored-By: internal-model
TheWildJames hace 1 semana
padre
commit
2a9e7fb575
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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: