diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90f14ae3..ffc153d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: with: commit_message: "[ci] apply-plugin-metadata-and-formatting" branch: ${{ github.head_ref }} + skip_checkout: true - name: Apply Version Metadata run: | @@ -70,6 +71,7 @@ jobs: with: commit_message: "[ci] apply-version-metadata" branch: ${{ github.head_ref }} + skip_checkout: true - name: Refresh Repository run: |