CI: run license checks from Travis (#29906)
This commit is contained in:
parent
01e4b4de27
commit
b0cf6da3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
stages:
|
||||
- name: whitesource
|
||||
if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v) AND env(TRAVIS_SCALA_VERSION) =~ ^2.12
|
||||
if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v)
|
||||
- name: test
|
||||
if: type == pull_request OR NOT tag =~ ^v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue