mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +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:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
|
always: true
|
||||||
|
|
||||||
|
trigger: none
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-18.04'
|
vmImage: 'ubuntu-18.04'
|
||||||
|
|||||||
Reference in New Issue
Block a user