File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments