From 42f10d33812cd502fdaa95f275c60de29f9ca68c Mon Sep 17 00:00:00 2001 From: Alejandro Peralta Date: Tue, 12 Nov 2024 11:55:26 +0100 Subject: [PATCH] sync --- .github/workflows/test-deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6e6e7996..d55ab061 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -15,15 +15,16 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - fetch-depth: 0 + # with: + # fetch-depth: 0 - name: Detect changes in client and API paths uses: dorny/paths-filter@v3 id: changes with: base: 'test-0' - initial-fetch-depth: 0 + ref: ${{ github.ref_name}} + # initial-fetch-depth: 0 filters: | client: - 'client/**'