Skip to content

Commit 5bbe9e9

Browse files
authored
ci: use specific name for check ci passed (#428)
1 parent 4deb88a commit 5bbe9e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ jobs:
153153
if: (!cancelled() && !failure())
154154
needs: [ut-ubuntu, integration-e2e-ubuntu, benchmark-ubuntu]
155155
runs-on: ubuntu-latest
156-
name: Test passed or skipped
156+
name: Test passed or skipped (Ubuntu)
157157
steps:
158-
- run: echo "All tests passed or skipped."
158+
- run: echo "All tests passed or skipped (Ubuntu)."

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ jobs:
126126
if: (!cancelled() && !failure())
127127
needs: [ut-windows, integration-e2e-windows]
128128
runs-on: ubuntu-latest
129-
name: Test passed or skipped
129+
name: Test passed or skipped (Windows)
130130
steps:
131-
- run: echo "All tests passed or skipped."
131+
- run: echo "All tests passed or skipped (Windows)."

0 commit comments

Comments
 (0)