Skip to content

Commit 9b2a30d

Browse files
lfs false
1 parent 6e4f577 commit 9b2a30d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6464
with:
65-
lfs: true
65+
lfs: false
6666
fetch-depth: 0 # Fetch full history to allow checking out any branch or PR
6767
ref: ${{ inputs.pull_request_number != '' && format('refs/pull/{0}/head', inputs.pull_request_number) || github.ref }}
6868
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -127,7 +127,7 @@ jobs:
127127
cat /proc/cpuinfo
128128
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
129129
with:
130-
lfs: true
130+
lfs: false
131131
fetch-depth: 0 # Fetch full history to allow checking out any branch or PR
132132
ref: ${{ inputs.pull_request_number != '' && format('refs/pull/{0}/head', inputs.pull_request_number) || github.ref }}
133133
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
181181
with:
182-
lfs: true
182+
lfs: false
183183
fetch-depth: 0 # Fetch full history to allow checking out any branch or PR
184184
ref: ${{ inputs.pull_request_number != '' && format('refs/pull/{0}/head', inputs.pull_request_number) || github.ref }}
185185
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)