Skip to content

Commit

Permalink
[Travis] Fix backport branch being run as push job (#9680)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 1, 2019
1 parent 5b586e8 commit eacd47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ cache:
- ${HOME}/.ccache_docker_build_cosmic
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/ AND NOT branch =~ /-patch-\d+$/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/

env:
global:
Expand Down

0 comments on commit eacd47b

Please sign in to comment.