From 1f16d6b7c36b36739787b9fd85ac74cfbe4d2f14 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Thu, 12 Sep 2024 14:46:25 +0200 Subject: [PATCH 1/2] test checkout time fetch depth 0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdea592e619..6391e1e68d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: checkout uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 0 # test - name: set up Python uses: actions/setup-python@v4 From 6f1f8e21a34cb770f62ca6b2f915878e8710bef9 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Thu, 12 Sep 2024 14:48:45 +0200 Subject: [PATCH 2/2] remove fetch depth 0 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6391e1e68d3..68c6b59959a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 # test - name: set up Python uses: actions/setup-python@v4