This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch twice/ci
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/twice/ci by this push:
new 430e1b2 Update ci.yaml
430e1b2 is described below
commit 430e1b2f81506289b550784eeace83798fff2e2e
Author: Twice <[email protected]>
AuthorDate: Wed Sep 27 15:02:08 2023 +0900
Update ci.yaml
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7832cb2..f314cdf 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
check-docker:
name: Check Docker image
- needs: [build-test]
+ needs: [lint]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3