mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 23:23:50 +01:00
Disable newsfragment checks on branch builds
This commit is contained in:
parent
ab96ee29c9
commit
480d98c91f
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ matrix:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOX_ENV=check_isort
|
env: TOX_ENV=check_isort
|
||||||
|
|
||||||
- python: 3.6
|
- # we only need to check for the newsfragment if it's a PR build
|
||||||
|
if: type = pull_request
|
||||||
|
python: 3.6
|
||||||
env: TOX_ENV=check-newsfragment
|
env: TOX_ENV=check-newsfragment
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue