Skip to content

Commit 9d0771c

Browse files
committed
[DEVOPS-844] default lfs to false for pre-commit
the original issue was likely due to files that were inconsistent regarding lfs between branch and PR
1 parent 249aac6 commit 9d0771c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
description: 'Boolean to indicate if Github LFS is needed'
2222
required: false
2323
type: boolean
24-
default: true
24+
default: false
2525
timeout-minutes:
2626
description: 'Timeout in minutes for the job'
2727
required: false

0 commit comments

Comments
 (0)