File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments