Fix branch selection in zuul config

Negative lookahead is no longer working, be positive instead.

Change-Id: Ic2ddb04bc1f1e81586fff54f1e7bee9ee3689512
This commit is contained in:
Dr. Jens Harbott 2024-02-29 17:33:47 +01:00
parent 73ecaa7425
commit 6032f8b0a7
1 changed files with 1 additions and 1 deletions

View File

@ -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: