Merge pull request #28134 from akka/runWhitesourceOnTravisForTags

Run whitesource for tags
This commit is contained in:
Patrik Nordwall 2019-11-08 15:49:38 +01:00 committed by GitHub
commit 52952a5050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
stages: stages:
- name: whitesource - 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 - name: test
if: type == pull_request OR NOT tag =~ ^v if: type == pull_request OR NOT tag =~ ^v