From a783f3dbeb9eed9c75cc98a482033a07bcdd957a Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Tue, 7 Jan 2025 20:53:25 +0100 Subject: [PATCH] Remove recursive submodules cloning (#745) --- .github/workflows/pages.yml | 4 ++-- .github/workflows/tests.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6d355b2dd..54b3f9fe3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -73,8 +73,8 @@ jobs: - name: Checkout built branch uses: actions/checkout@v4 with: - submodules: recursive fetch-depth: 0 + submodules: true - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -133,7 +133,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8b8a5c8f..e5a2baf8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -164,7 +164,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -318,7 +318,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -411,7 +411,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4