Explorar el Código

ci: add profile as input for build_packages workflow

Zaiming (Stone) Shi hace 3 años
padre
commit
797964a3f7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .github/workflows/build_packages.yaml

+ 3 - 1
.github/workflows/build_packages.yaml

@@ -15,7 +15,9 @@ on:
     - e*
   workflow_dispatch:
     inputs:
-      which_branch:
+      branch_or_tag:
+        required: false
+      profile:
         required: false
 
 jobs: