Skip to content

Commit 4a87881

Browse files
3nidsnyalldawson
authored andcommitted
[Travis] Fix backport branch being run as push job (#9680)
(cherry picked from commit eacd47b)
1 parent abcf953 commit 4a87881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cache:
1111
- ${HOME}/.ccache_docker_build_cosmic
1212
- ${HOME}/.ccache_docker_build_bionic
1313
timeout: 1000
14-
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
14+
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/
1515

1616
env:
1717
global:

0 commit comments

Comments
 (0)