diff --git a/.github/workflows/create-cherry-pick-pr.yml b/.github/workflows/create-cherry-pick-pr.yml index 7e0aa768b94b..141f592c7916 100644 --- a/.github/workflows/create-cherry-pick-pr.yml +++ b/.github/workflows/create-cherry-pick-pr.yml @@ -11,7 +11,6 @@ jobs: contents: write pull-requests: write steps: - - name: Checkout code - uses: actions/checkout@v3 with: ref: ${{ vars.GITHUB_REF }}