Skip to content

Commit

Permalink
disable e2e client temp
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Jul 24, 2024
1 parent 11be74a commit b4447af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4447af

Please sign in to comment.