Skip to content

Commit

Permalink
Remove wasteful recursive submodule cloning for Public API shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Apr 18, 2024
1 parent aea6c51 commit 5f81010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/public-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
- name: Checkout submodules, configure git
- name: Configure git
run: |
git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive
git config --local user.email "9011267+dotnet-bot@users.noreply.github.com"
git config --local user.name "The Silk.NET Automaton"
- name: Cache .tmp, ~/.nuget/packages
Expand Down

0 comments on commit 5f81010

Please sign in to comment.