We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0617a commit 835c5b8Copy full SHA for 835c5b8
.github/workflows/frontend.yaml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
push:
10
+ name: "Build search frontend"
11
runs-on: ubuntu-latest
12
13
steps:
.github/workflows/index.yaml
+ name: "Build index backend"
if: false
.github/workflows/search.yaml
+ name: "Build search backend"
0 commit comments