Skip to content

Commit

Permalink
set-matrix: use sparse checkout (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor authored Nov 26, 2024
1 parent 6528f74 commit 07797a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
build-matrix: ${{ steps.set-matrix-impl.outputs.build_matrix }}
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
ci
- id: set-matrix-impl
run: |
python3 .github/scripts/matrix.py
Expand Down

0 comments on commit 07797a8

Please sign in to comment.