Skip to content

Commit

Permalink
[MWPW-146763][Continution] : Enable @NoPr tag to skip running selecte…
Browse files Browse the repository at this point in the history
…d tests on PR branch (#327)

Update to the command as per git shell

Co-authored-by: nateekar <[email protected]>
  • Loading branch information
skumar09 and nateekar committed Apr 17, 2024
1 parent be417d1 commit f16b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f16b382

Please sign in to comment.