Skip to content
Snippets Groups Projects
Commit b3280b6951b4 authored by Luke Bakken's avatar Luke Bakken
Browse files

Merge pull request #1138 from lukebakken/lrb-no-coverage-forks-prs

Do not run coverage on forks or PRs
Branches
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
- python: 3.6 - python: 3.6
- python: 3.7-dev - python: 3.7-dev
- stage: coverage - stage: coverage
if: fork = false OR type != pull_request
python: 3.6 python: 3.6
services: [] services: []
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment