Skip to content

Commit 835c5b8

Browse files
committed
Name jobs
1 parent fe0617a commit 835c5b8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/frontend.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
push:
10+
name: "Build search frontend"
1011
runs-on: ubuntu-latest
1112

1213
steps:

.github/workflows/index.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
push:
10+
name: "Build index backend"
1011
if: false
1112

1213
runs-on: ubuntu-latest

.github/workflows/search.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
push:
10+
name: "Build search backend"
1011
runs-on: ubuntu-latest
1112

1213
steps:

0 commit comments

Comments
 (0)