diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44260497e3..c1908806c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,9 +19,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - uses: DoozyX/clang-format-lint-action@v0.14 with: exclude: './thirdparty'