From 513d5ed7d5e88b4d0d3554949b1b76bf7269e22e Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 3 Sep 2024 19:51:27 +0800 Subject: [PATCH] fix(apps/prod/tekton/configs/triggers): fix trigger git-push-pingcap-tidb-enterprise-without-plugins Signed-off-by: wuhuizuo --- .../tekton/configs/triggers/triggers/pingcap/tidb/git-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prod/tekton/configs/triggers/triggers/pingcap/tidb/git-push.yaml b/apps/prod/tekton/configs/triggers/triggers/pingcap/tidb/git-push.yaml index 1fe406347..f3c4bbc16 100644 --- a/apps/prod/tekton/configs/triggers/triggers/pingcap/tidb/git-push.yaml +++ b/apps/prod/tekton/configs/triggers/triggers/pingcap/tidb/git-push.yaml @@ -128,7 +128,7 @@ spec: && body.repository.name == 'tidb' && - body.ref.matches('^refs/heads/(feature/release-[0-9]+[.][0-9]+-.*)$') + body.ref.matches('^refs/heads/(feature/release-[7-9]+[.][0-9]+-.*)$') bindings: - ref: github-branch-push