Skip to content

Commit

Permalink
fix(e2e): Temperorily skip e2e (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy authored Apr 8, 2024
1 parent dfbfb20 commit 1cbcfb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest
if: >
github.event_name == 'deployment_status' &&
github.event.deployment_status.state == 'success'
github.event.deployment_status.state == 'success' &&
false
steps:
- name: Check environment URL
id: check_env
Expand Down

0 comments on commit 1cbcfb1

Please sign in to comment.