Skip to content

Commit 1a831b1

Browse files
Update ci.yaml
1 parent 97ccdeb commit 1a831b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
docs-only: ${{ steps.filter.outputs.docs_count == steps.filter.outputs.all_count }}
2525
docs: ${{ steps.filter.outputs.docs }}
2626
go: ${{ steps.filter.outputs.go }}
27-
site: ${{ steps.filter.output.site.site }}
28-
k8s: ${{ steps.filter.output.site.k8s }}
27+
site: ${{ steps.filter.output.site }}
28+
k8s: ${{ steps.filter.output.k8s }}
2929
ci: ${{ steps.filter.outputs.ci }}
3030
db: ${{ steps.filter.outputs.db }}
3131
gomod: ${{ steps.filter.outputs.gomod }}

0 commit comments

Comments
 (0)