Disable changelog CI checks

pull/4862/head
Erik Johnston 2019-03-15 12:10:11 +00:00
parent e7ec6f78ca
commit 7e94e2ad94
1 changed files with 5 additions and 5 deletions

View File

@ -74,11 +74,11 @@ matrix:
services:
- postgresql
- # we only need to check for the newsfragment if it's a PR build
if: type = pull_request
name: "check-newsfragment"
python: 3.6
script: scripts-dev/check-newsfragment
# - # we only need to check for the newsfragment if it's a PR build
# if: type = pull_request
# name: "check-newsfragment"
# python: 3.6
# script: scripts-dev/check-newsfragment
install:
# this just logs the postgres version we will be testing against (if any)