File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 - uses : actions/checkout@v4
191191 if : steps.gate.outputs.skip != 'true'
192192 with :
193- lfs : true
193+ lfs : ${{ needs.context.outputs.trigger == 'release' }}
194194 - uses : depot/setup-action@v1
195195 if : steps.gate.outputs.skip != 'true'
196196 - name : Log in to ghcr.io
@@ -253,7 +253,7 @@ jobs:
253253 steps :
254254 - uses : actions/checkout@v4
255255 with :
256- lfs : true
256+ lfs : ${{ needs.context.outputs.trigger == 'release' }}
257257 - name : Compute build mode
258258 id : mode
259259 run : |
@@ -316,7 +316,7 @@ jobs:
316316 with :
317317 # Need history for tag operations in the release tail.
318318 fetch-depth : 0
319- lfs : true
319+ lfs : ${{ needs.context.outputs.trigger == 'release' }}
320320 - run : corepack enable
321321 - uses : actions/setup-node@v4
322322 with :
You can’t perform that action at this time.
0 commit comments