Explorar o código

ci: make profile required field when triggering build packages manually

Ivan Dyachkov %!s(int64=2) %!d(string=hai) anos
pai
achega
d360661143
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/build_packages.yaml

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

@@ -46,7 +46,8 @@ on:
       ref:
         required: false
       profile:
-        required: false
+        required: true
+        default: 'emqx'
       publish:
         required: false
         type: boolean