mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
Prevent Azure pipelines to build containers on PRs
Azure is building Centos and Fedora containers in every PR. We only need to have containers builds on a nightly build so we are disabling the default triggers from Azure.
This commit is contained in:
@@ -6,6 +6,9 @@ schedules:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
always: true
|
||||
|
||||
trigger: none
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
|
||||
Reference in New Issue
Block a user