Skip to content

Commit

Permalink
ci: speed up checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
  • Loading branch information
Andrea Righi committed Jan 18, 2024
1 parent cdcdf18 commit d90540d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

# Checkout repository
- uses: actions/checkout@v4
with:
fetch-depth: 1 # Skip the entire git history to speed up the checkout

# Install virtme-ng
- run: pip install virtme-ng
Expand Down

0 comments on commit d90540d

Please sign in to comment.