From f16b3828fa738589782e779b41a0d6a7600db49e Mon Sep 17 00:00:00 2001 From: Santoshkumar Nateekar Date: Wed, 17 Apr 2024 15:34:24 -0700 Subject: [PATCH] [MWPW-146763][Continution] : Enable @nopr tag to skip running selected tests on PR branch (#327) Update to the command as per git shell Co-authored-by: nateekar --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6ca884a4..9dba3995 100755 --- a/run.sh +++ b/run.sh @@ -3,7 +3,7 @@ TAGS="" REPORTER="" APPS="" -EXCLUDE_TAGS="--grep-invert '@nopr'" +EXCLUDE_TAGS="--grep-invert nopr" PR_NUMBER=$(echo "$GITHUB_REF" | awk -F'/' '{print $3}') echo "PR Number: $PR_NUMBER"