From 557689974f363edd3f3907de8e52ff3e3955c49a Mon Sep 17 00:00:00 2001 From: yanzhiemq <125347458+yanzhiemq@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:11:11 +0800 Subject: [PATCH] ci: run scheduled packages build of release-56 --- .github/workflows/build_packages_cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_packages_cron.yaml b/.github/workflows/build_packages_cron.yaml index af969e8f7..cece37d08 100644 --- a/.github/workflows/build_packages_cron.yaml +++ b/.github/workflows/build_packages_cron.yaml @@ -24,7 +24,7 @@ jobs: matrix: profile: - ['emqx', 'master', '5.3-2:1.15.7-26.2.1-2'] - - ['emqx-enterprise', 'release-55', '5.3-2:1.15.7-25.3.2-2'] + - ['emqx-enterprise', 'release-56', '5.3-2:1.15.7-25.3.2-2'] os: - debian10 - ubuntu22.04