From 28837bac7c19526f3622b9f31ce8e5526d997c2c Mon Sep 17 00:00:00 2001 From: Benjamin Petit Date: Mon, 30 Jan 2023 16:52:31 +0100 Subject: [PATCH] Always run scheduled build --- .azure/pipelines/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index dc19c40591..c9bfc29a9c 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -13,6 +13,7 @@ schedules: include: - main - 3.x + always: true parameters: - name: build_configuration