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.
This commit is contained in:
garfield69 2024-01-25 18:46:06 +13:00 committed by GitHub
parent 7b258ae9a0
commit 9034767182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ variables:
# system.debug: true
trigger:
batch: true
branches:
include:
- '*'