Skip to content

Commit df96e85

Browse files
committed
Force full depth for testing
Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
1 parent 5ac5853 commit df96e85

2 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/flowzone.yml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
if: needs.versioned_source.outputs.sha
165165
with:
166166
# Should be 0 (full depth) if submodules are present, otherwise 1
167-
fetch-depth: ${{ needs.versioned_source.outputs.depth || 0 }}
167+
fetch-depth: 0
168168
# Note that fetch-tags is not currently working as described:
169169
# https://github.com/actions/checkout/issues/1781
170170
fetch-tags: false

0 commit comments

Comments
 (0)