Skip to content

Commit

Permalink
Optimizes checkout action in deploy workflow
Browse files Browse the repository at this point in the history
Sets fetch-depth to 1 to reduce clone time.

Adds retries to handle potential network issues during checkout.
  • Loading branch information
seekersoftec committed Nov 28, 2024
1 parent fe7318a commit bf0ad4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-rpyc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 1
retries: 2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bf0ad4e

Please sign in to comment.