From b4447af521ab842cc484b28772293fe7ec87d9bf Mon Sep 17 00:00:00 2001 From: tianwei Date: Wed, 24 Jul 2024 22:07:49 +0800 Subject: [PATCH] disable e2e client temp --- .github/workflows/client.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index f09094bbcb..47c74e826e 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -182,7 +182,9 @@ jobs: needs: - filter - if: ${{ (github.event_name == 'pull_request' && needs.filter.outputs.client == 'true') || github.event_name == 'push' }} + #if: ${{ (github.event_name == 'pull_request' && needs.filter.outputs.client == 'true') || github.event_name == 'push' }} + #disable e2e temporarily: 20240724 by tianwei + if: false steps: - uses: actions/checkout@v3