From 262899f4956d5bc360892b29dda6bec7101eb027 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 22 Apr 2026 06:00:01 +0100 Subject: [PATCH] ci: shallow checkout live reusable jobs --- .../openclaw-live-and-e2e-checks-reusable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml index eba268cbd9e..245204e482f 100644 --- a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml +++ b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml @@ -222,7 +222,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.validate_selected_ref.outputs.selected_sha }} - fetch-depth: 0 + fetch-depth: 1 - name: Setup Node environment uses: ./.github/actions/setup-node-env @@ -258,7 +258,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.validate_selected_ref.outputs.selected_sha }} - fetch-depth: 0 + fetch-depth: 1 - name: Setup Node environment uses: ./.github/actions/setup-node-env @@ -303,7 +303,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.validate_selected_ref.outputs.selected_sha }} - fetch-depth: 0 + fetch-depth: 1 - name: Setup Node environment uses: ./.github/actions/setup-node-env @@ -460,7 +460,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.validate_selected_ref.outputs.selected_sha }} - fetch-depth: 0 + fetch-depth: 1 - name: Setup Node environment uses: ./.github/actions/setup-node-env @@ -602,7 +602,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ needs.validate_selected_ref.outputs.selected_sha }} - fetch-depth: 0 + fetch-depth: 1 - name: Setup Node environment uses: ./.github/actions/setup-node-env