Fix branch selection in zuul config
Negative lookahead is no longer working, be positive instead. Change-Id: Ic2ddb04bc1f1e81586fff54f1e7bee9ee3689512
This commit is contained in:
parent
73ecaa7425
commit
6032f8b0a7
@ -15,7 +15,7 @@
|
||||
voting: false
|
||||
# The functional-tips job only tests the latest and shouldn't be run
|
||||
# on the stable branches
|
||||
branches: ^(?!stable)
|
||||
branches: master
|
||||
required-projects:
|
||||
- openstack/python-openstackclient
|
||||
gate:
|
||||
|
Loading…
Reference in New Issue
Block a user