Merge pull request #28134 from akka/runWhitesourceOnTravisForTags
Run whitesource for tags
This commit is contained in:
commit
52952a5050
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,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.8"
|
||||
if: repo = akka/akka AND ((branch = master AND type != pull_request) OR tag =~ ^v) AND env(TRAVIS_SCALA_VERSION) =~ ^2.12
|
||||
- name: test
|
||||
if: type == pull_request OR NOT tag =~ ^v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue