Fixed Travis not running for non-renovate PRs
This commit is contained in:
parent
88e319f89f
commit
7bd1b20492
@ -7,8 +7,8 @@ env:
|
||||
global:
|
||||
- MOZ_HEADLESS=1
|
||||
- JOBS=1
|
||||
# Don't run builds for renovate PRs, only renovate pushes
|
||||
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
||||
# Don't run builds for renovate PRs
|
||||
if: NOT head_branch =~ ^renovate
|
||||
addons:
|
||||
firefox: latest
|
||||
chrome: stable
|
||||
|
Loading…
Reference in New Issue
Block a user