diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 7cbbf5808..e4341ff96 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -82,6 +82,8 @@ jobs: image: stoneatom/stonedb_buildenv:${{ matrix.os }} steps: - uses: actions/checkout@v3 + with: + ssh-strict: 'false' - name: compile stonedb id: compile run: |