Merge "Fix Zuul warnings with regexps"
This commit is contained in:
commit
0a6211645a
@ -40,8 +40,10 @@
|
||||
periodic:
|
||||
jobs:
|
||||
- publish-trove-guest-image-ubuntu-jammy:
|
||||
branches: ^(?!stable/.*).*$
|
||||
- publish-trove-guest-image-ubuntu-jammy-dev:
|
||||
branches: ^(?!stable/.*).*$
|
||||
branches:
|
||||
regex: ^stable/.*$
|
||||
negate: true
|
||||
- publish-trove-datastore-images:
|
||||
branches: ^(?!stable/.*).*$
|
||||
branches:
|
||||
regex: ^stable/.*$
|
||||
negate: true
|
||||
|
Loading…
Reference in New Issue
Block a user