Sfoglia il codice sorgente

Add build_type parameter to workflow configuration

jimsterino98 4 mesi fa
parent
commit
9667c2f4fc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -15,6 +15,9 @@ on:
       kernel_version:
         required: true
         type: string
+      build_type:
+        required: true
+        type: string
       susfs:
         required: true
         type: string