From 744d0e21e1d7c47c7835db833da462215dac6414 Mon Sep 17 00:00:00 2001 From: acosferreia Date: Fri, 5 Sep 2025 16:40:09 -0400 Subject: [PATCH 1/2] add echo --- .github/workflows/scripts/pr_deployment_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/pr_deployment_test.sh b/.github/workflows/scripts/pr_deployment_test.sh index 098a9b087..ffd90c47c 100644 --- a/.github/workflows/scripts/pr_deployment_test.sh +++ b/.github/workflows/scripts/pr_deployment_test.sh @@ -6,6 +6,7 @@ invoke_pr_test() { WORKFLOW_ID=$1 TOKEN=$2 PR_NUMBER=$3 + echo "test pr" echo "invoke_pr_test: PR_NUMBER=${PR_NUMBER}" run_url=$(curl -sSL \ From 94b16ee108f7f2410c5622421cbfe99f27206974 Mon Sep 17 00:00:00 2001 From: acosferreia Date: Wed, 10 Sep 2025 09:37:32 -0400 Subject: [PATCH 2/2] dummy commit for test --- .github/workflows/scripts/pr_deployment_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/pr_deployment_test.sh b/.github/workflows/scripts/pr_deployment_test.sh index ffd90c47c..3e240a8b6 100644 --- a/.github/workflows/scripts/pr_deployment_test.sh +++ b/.github/workflows/scripts/pr_deployment_test.sh @@ -6,7 +6,7 @@ invoke_pr_test() { WORKFLOW_ID=$1 TOKEN=$2 PR_NUMBER=$3 - echo "test pr" + echo "test pr deployment" echo "invoke_pr_test: PR_NUMBER=${PR_NUMBER}" run_url=$(curl -sSL \