Skip to content

Commit

Permalink
Try without jobs=4 in case checkout action has already set this to a …
Browse files Browse the repository at this point in the history
…higher value
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent 514db3f commit baf5152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: git checkout -b submodules-update-$TODAY

- name: Run submodule updates
run: git submodule update --remote --checkout --jobs 4
run: git submodule update --remote --checkout

- name: Commit results
run: git commit -m "Update submodules $TODAY" .
Expand Down

0 comments on commit baf5152

Please sign in to comment.