From 8e7630277eae82235af1fffd68412615ae5d1f3f Mon Sep 17 00:00:00 2001 From: hlts2 Date: Tue, 21 May 2024 16:24:19 +0900 Subject: [PATCH] fix: make them fail intentionally before auto-merge Signed-off-by: hlts2 --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3f4954f9..02324ecc 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,4 +28,4 @@ jobs: - uses: actions/checkout@v3 - uses: vdaas/vald-client-ci/.github/actions/e2e@main with: - client_type: java + client_type: clj # Make them fail intentionally.