From f17fb9c58f98ee40f8dcef19c6862859e9cb9e09 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Tue, 5 Mar 2024 13:13:43 +0200 Subject: [PATCH] Fetch full lib-builder repo on repository dispatch event --- .github/workflows/repository_dispatch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repository_dispatch.yml b/.github/workflows/repository_dispatch.yml index 51ddce9..a18412a 100644 --- a/.github/workflows/repository_dispatch.yml +++ b/.github/workflows/repository_dispatch.yml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install dependencies run: bash ./tools/prepare-ci.sh - name: Handle Event