From feade298bc9d9d345e5e6e3504d9249fca45d0a7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 27 Feb 2023 09:57:45 +0100 Subject: [PATCH] jjbb: filter by v tags Fixes typo. https://github.com/elastic/apm-agent-python/pull/1731/ --- .ci/jobs/apm-agent-python-mbp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jobs/apm-agent-python-mbp.yml b/.ci/jobs/apm-agent-python-mbp.yml index 9e1e8ac1e..25b1a68be 100644 --- a/.ci/jobs/apm-agent-python-mbp.yml +++ b/.ci/jobs/apm-agent-python-mbp.yml @@ -19,7 +19,7 @@ repo: apm-agent-python repo-owner: elastic credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken - head-filter-regex: '^v[0-9].*)$' + head-filter-regex: '^v[0-9].*$' ssh-checkout: credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba build-strategies: