Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Feb 13, 2025
1 parent b365050 commit 7d25a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
if: github.event_name == 'pull_request'
run: |
PR_DESCRIPTION="${{ github.event.pull_request.body }}"
echo PR_DESCRIPTION:
echo $PR_DESCRIPTION
echo END
if [[ -n "$PR_DESCRIPTION" ]]; then
NCS_PR_ID=$(echo $PR_DESCRIPTION | { grep 'NCS PR' || true; } | sed 's/.*nrfconnect\/sdk-nrf//' | { grep -oE '[0-9]+' || true; })
if [ -n "$NCS_PR_ID" ]; then
Expand Down

0 comments on commit 7d25a1d

Please sign in to comment.