Skip to content

Commit f47ab39

Browse files
feat(ci): Add job name (#9011)
1 parent a7ce6e7 commit f47ab39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565

6666
# Ensure the main job is run to completion
6767
check:
68+
name: Check system tests success
6869
runs-on: ubuntu-latest
6970
needs:
7071
- main
7172
steps:
72-
- run: exit
73+
- run: exit 0

0 commit comments

Comments
 (0)