From 2d3596f4ac2bf17941e241c4b896e5b4e2b8690f Mon Sep 17 00:00:00 2001 From: Iulian Munteanu Date: Sat, 20 Apr 2024 16:48:23 +0300 Subject: [PATCH] run every minute --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ba07b0..870cf91 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,11 +5,11 @@ trigger: none pr: none schedules: -- cron: '*/5 * * * *' - displayName: Every five minutes +- cron: '*/1 * * * *' + displayName: Every minute branches: include: - - main + - feat/$(env) always: true steps: