chore: skip e2e tests (#5711)

* Skip e2e tests

* Skip with if
This commit is contained in:
Presley Pizzo 2023-01-13 11:35:18 -05:00 committed by GitHub
parent dad242a788
commit d6543c042f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ jobs:
name: "test/e2e/${{ matrix.os }}"
needs:
- changes
if: needs.changes.outputs.docs-only == 'false'
if: false #needs.changes.outputs.docs-only == 'false'
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy: