diff --git a/.github/workflows/yapf_format.yml b/.github/workflows/yapf_format.yml index 683e908..c6d27c3 100644 --- a/.github/workflows/yapf_format.yml +++ b/.github/workflows/yapf_format.yml @@ -24,13 +24,13 @@ jobs: python-version: ["3.12"] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: checkout - run: | - commits=${{ github.event.pull_request.commits }} - if [[ -n "$commits" ]]; then - # Prepare enough depth for diffs with main - git fetch --depth="$(( commits + 1 ))" - fi + # - name: checkout + # run: | + # commits=${{ github.event.pull_request.commits }} + # if [[ -n "$commits" ]]; then + # # Prepare enough depth for diffs with main + # git fetch --depth="$(( commits + 1 ))" + # fi - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: