Skip to content

Commit 5845c00

Browse files
committed
Update GitHub Actions workflow to remove duplicate artifact upload message, ensuring clarity and consistency in test run comments.
1 parent ea04c41 commit 5845c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test_ya/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ runs:
170170
ulimit -c 0
171171
fi
172172
173+
echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
174+
173175
# Save original HEAD before any git operations (checkout scripts, graph_compare, etc.)
174176
ORIGINAL_HEAD=$(git rev-parse HEAD)
175177
echo "ORIGINAL_HEAD=$ORIGINAL_HEAD" >> $GITHUB_ENV
176178
177-
echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
178-
179179
readarray -d ',' -t test_size < <(printf "%s" "${{ inputs.test_size }}")
180180
readarray -d ',' -t test_type < <(printf "%s" "${{ inputs.test_type }}")
181181

0 commit comments

Comments
 (0)