From d615d71bf11d1330278088602203bdaa02bee30c Mon Sep 17 00:00:00 2001 From: omer9564 <42326891+omer9564@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:10:59 +0300 Subject: [PATCH] create permit_pdp_version in pdp-tests job (#187) --- .github/workflows/pdp_cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index e366349a..4b63596c 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -26,6 +26,7 @@ jobs: - name: Pre build PDP tests run: | + echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version rm -rf custom mkdir custom build_root="$PWD"