Skip to content

Commit

Permalink
temporarily disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Feb 13, 2024
1 parent 824782f commit 5c2ece2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ env:
# update e2e-docs.yml
jobs:
test:
if: |
github.event_name != 'pull_request' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
if: false()
#if: |
# github.event_name != 'pull_request' ||
# (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c2ece2

Please sign in to comment.