diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index d76a8219c..66f8c1ccc 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -75,7 +75,8 @@ jobs: - name: Prepare PR comment id: pr_comment_prep run: | - echo "## Test jobs for commit ${{ github.event.workflow_run.head_sha }}" > pr-comment.txt + echo "## Test run [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" > pr-comment.txt + echo "## Test jobs for commit ${{ github.event.workflow_run.head_sha }}" >> pr-comment.txt for json_file in $(find ${{ github.workspace }} -name "test-job-*.json") do DEVICE_TYPE=$(cat "$json_file" | jq -r ".requested_device_type")