From 5af927224f41e0a760571c0dfd4b31a8a54969ac Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Sun, 28 Jun 2026 00:34:56 +0800 Subject: [PATCH] [CI] skip submodules for artifact-only jobs --- .github/workflows/apk.yml | 4 ---- .github/workflows/test.yml | 8 -------- 2 files changed, 12 deletions(-) diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index 5bd213d3..33e89cc9 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -398,8 +398,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Fetch trace fixture run: bash .github/scripts/fetch-trace-fixture-lfs.sh '${{ matrix.case.name }}' @@ -519,8 +517,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Set artifact metadata run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 488f2695..2e147f72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,8 +125,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Get CMake uses: lukka/get-cmake@latest @@ -173,8 +171,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Get CMake uses: lukka/get-cmake@latest @@ -371,8 +367,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Fetch trace fixture run: bash .github/scripts/fetch-trace-fixture-lfs.sh '${{ matrix.case }}' @@ -429,8 +423,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Set artifact metadata run: |