We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712f460 commit d0249eaCopy full SHA for d0249ea
.github/workflows/docs-workflow.yaml .github/workflows/docs-ci.yaml.github/workflows/docs-workflow.yaml renamed to .github/workflows/docs-ci.yaml
.github/workflows/frontend-ci.yaml
@@ -18,7 +18,7 @@
18
# SPDX-License-Identifier: Apache-2.0
19
#
20
21
-name: Build and Test Frontend
+name: Frontend CI
22
23
on:
24
# Run when pushing to stable branches
.github/workflows/release-ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
manifest-file: .github/release-please/manifest.json
39
publish-docs:
40
needs: [make-release]
41
- uses: .github/workflows/docs-workflow.yaml
+ uses: ./.github/workflows/docs-ci.yaml
42
with:
43
release-made: ${{ needs.make-release.outputs.backend--release_created }}
44
release-version: ${{ needs.make-release.outputs.backend--version }}
0 commit comments