From d360661143cceefd4770dcee1286a3fc74c44244 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 21 Feb 2024 12:57:06 +0100 Subject: [PATCH] ci: make profile required field when triggering build packages manually --- .github/workflows/build_packages.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index 0298acedf..28f6c7113 100644 --- a/.github/workflows/build_packages.yaml +++ b/.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