From 67bc369e3ee8e9602bd8b26dd94543ba0d41754e Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 11 Jun 2024 16:18:40 +0200 Subject: [PATCH] Use proper plan --- .github/workflows/interop-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml index 06298bb..27cacf9 100644 --- a/.github/workflows/interop-tests.yml +++ b/.github/workflows/interop-tests.yml @@ -41,7 +41,7 @@ jobs: git_url: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans" git_ref: "master" tf_scope: "private" - tmt_plan_regex: "ansible-tests" + tmt_plan_regex: "/ansible-tests" pull_request_status_name: ${{ matrix.context }} update_pull_request_status: true variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};TEST_NAME=ocp4-tests;EXT_TEST=${{ matrix.ext_test }}"