Skip to content

Commit

Permalink
increase max parallel sync jobs ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Sep 8, 2024
1 parent d4005a9 commit 66b478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Sync
jobs:
sync-files:
strategy:
max-parallel: 1
max-parallel: 3
matrix:
file: [nvim, starship, lazygit, bat, fastfetch, .github]
repo: [dots, nix, Windots]
Expand Down

0 comments on commit 66b478c

Please sign in to comment.