From 0f1fc5dbcc109af52dae60260213934a367253f7 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 25 Dec 2024 16:47:41 +0800 Subject: [PATCH] [CI]: run perodical jobs on master branch only Change-Id: If7420fe75b9016c7b13ed97f953ca3d9c34f58c2 --- zuul.d/projects.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index f25a7a2b8f..f57469836b 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -46,9 +46,7 @@ jobs: - publish-trove-guest-image-ubuntu-jammy: branches: - regex: ^stable/.*$ - negate: true + regex: master - publish-trove-images-quay: branches: - regex: ^stable/.*$ - negate: true + regex: master