Skip to content

Commit 84085b4

Browse files
authored
Add GIT_LFS_SKIP_SMUDGE environment variable
1 parent 954c830 commit 84085b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-python-static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
matrix:
6060
os: ${{ fromJson(inputs.os) }}
6161
runs-on: ${{ matrix. os}}
62+
env:
63+
GIT_LFS_SKIP_SMUDGE: "1"
6264
defaults:
6365
run:
6466
shell: 'bash -l {0}'

0 commit comments

Comments
 (0)