diff --git a/.github/workflows/delete-console-preview.yml b/.github/workflows/delete-console-preview.yml index fd14e9bc71a..466af6ad626 100644 --- a/.github/workflows/delete-console-preview.yml +++ b/.github/workflows/delete-console-preview.yml @@ -16,11 +16,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.head_ref, 'mergify/merge-queue/') }} steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 1 - - name: Install flyctl uses: superfly/flyctl-actions/setup-flyctl@master with: