From b0513f114c9a526d50e9f029dbbada0f06b1bbf7 Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Sat, 23 Sep 2023 17:26:55 -0700 Subject: [PATCH] does this even need submodules? --- .github/workflows/public-api.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/public-api.yml b/.github/workflows/public-api.yml index b517cceb41..ae2bcd3678 100644 --- a/.github/workflows/public-api.yml +++ b/.github/workflows/public-api.yml @@ -27,10 +27,6 @@ jobs: if: ${{ github.repository == 'dotnet/Silk.NET' && github.event_name != 'pull_request_target' }} with: path: inbound_pr - - name: Checkout submodules, configure git - run: | - cd inbound_pr - git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive - name: Cache .tmp, ~/.nuget/packages uses: actions/cache@v2 with: