mirror of https://github.com/Jackett/Jackett
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:
parent
7b258ae9a0
commit
9034767182
|
@ -11,6 +11,7 @@ variables:
|
|||
# system.debug: true
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- '*'
|
||||
|
|
Loading…
Reference in New Issue