Skip to content

Commit 3ef03a3

Browse files
authored
refactor(ci): remove redundant kind version in ci.yaml (#685)
* refactor(ci): remove redundant kind version in ci.yaml Signed-off-by: yxxhero <[email protected]> * chore(ci): skip cluster logs export in ci.yaml Signed-off-by: yxxhero <[email protected]> --------- Signed-off-by: yxxhero <[email protected]>
1 parent dd2ea99 commit 3ef03a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
steps:
116116
- uses: engineerd/[email protected]
117117
with:
118-
version: "v0.11.1"
118+
skipClusterLogsExport: true
119+
119120

120121
- uses: actions/checkout@v4
121122

0 commit comments

Comments
 (0)