Skip to content

Commit

Permalink
remove checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed Aug 29, 2023
1 parent 65ae8e2 commit bb32fee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/delete-console-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb32fee

Please sign in to comment.