Skip to content

Commit 9a71d3f

Browse files
authored
Merge pull request #145 from per1234/superfluous-full-fetch
Use shallow fetch for Go tester build
2 parents 817245d + c7a3a69 commit 9a71d3f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-tester-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v2
37-
with:
38-
fetch-depth: 0
3937

4038
- name: Install Task
4139
uses: arduino/setup-task@v1

workflow-templates/publish-go-tester-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v2
37-
with:
38-
fetch-depth: 0
3937

4038
- name: Install Task
4139
uses: arduino/setup-task@v1

0 commit comments

Comments
 (0)