From 90347671829267df7ae9e2ddcffe53350568b33e Mon Sep 17 00:00:00 2001 From: garfield69 Date: Thu, 25 Jan 2024 18:46:06 +1300 Subject: [PATCH] Update azure-pipelines.yml this causes the system to wait for an existing azure-pipeline to complete before submitting a new one. while a pipeline is active all pushes are batched together and a new run is started. this should prevent multiple pipeline clashes, and reduce the number of runs conserving our free allotted runtime quota. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b432b8680..6b6006817 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ variables: # system.debug: true trigger: + batch: true branches: include: - '*'