We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a831b1 commit 14848ffCopy full SHA for 14848ff
.github/workflows/ci.yaml
@@ -24,8 +24,8 @@ jobs:
24
docs-only: ${{ steps.filter.outputs.docs_count == steps.filter.outputs.all_count }}
25
docs: ${{ steps.filter.outputs.docs }}
26
go: ${{ steps.filter.outputs.go }}
27
- site: ${{ steps.filter.output.site }}
28
- k8s: ${{ steps.filter.output.k8s }}
+ site: ${{ steps.filter.outputs.site }}
+ k8s: ${{ steps.filter.outputs.k8s }}
29
ci: ${{ steps.filter.outputs.ci }}
30
db: ${{ steps.filter.outputs.db }}
31
gomod: ${{ steps.filter.outputs.gomod }}
0 commit comments