Skip to content

Commit 513ceb0

Browse files
committed
chore: tune CI steps names
1 parent 8d66dae commit 513ceb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: atest-result-runner-${{ matrix.python-version }}
5757
path: atest/output_runner/
5858

59-
- name: Upload runner test results
59+
- name: Upload library test results
6060
uses: actions/upload-artifact@v4
6161
if: always()
6262
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
name: atest-result-runner-python-3.13
4040
path: atest/output_runner/
41-
- name: Upload runner test results
41+
- name: Upload library test results
4242
if: always()
4343
uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)