Skip to content

Commit

Permalink
ci: don't clone the entire history
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Feb 14, 2024
1 parent 13ffd99 commit 2256d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
submodules: 'recursive'
- name: Setup enviroment variables
run: |
Expand Down

0 comments on commit 2256d8d

Please sign in to comment.