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
(cherry picked from commit eacd47b)
  • Loading branch information
3nids authored and nyalldawson committed Apr 2, 2019
1 parent e300042 commit 4e949da
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-/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/

env:
global:
Expand Down

0 comments on commit 4e949da

Please sign in to comment.