File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,6 @@ jobs:
213
213
steps :
214
214
- name : Checkout
215
215
uses : actions/checkout@v4
216
- with :
217
- ref : ${{ inputs.sha }}
218
216
- name : Setup tests
219
217
uses : ./.github/actions/tests/setup-python
220
218
env :
@@ -241,8 +239,6 @@ jobs:
241
239
steps :
242
240
- name : Checkout
243
241
uses : actions/checkout@v4
244
- with :
245
- ref : ${{ inputs.sha }}
246
242
- name : Setup tests
247
243
uses : ./.github/actions/tests/setup-python
248
244
env :
@@ -305,8 +301,6 @@ jobs:
305
301
steps :
306
302
- name : Checkout
307
303
uses : actions/checkout@v4
308
- with :
309
- ref : ${{ inputs.sha }}
310
304
- name : Setup tests
311
305
uses : ./.github/actions/tests/setup-python
312
306
env :
@@ -376,8 +370,6 @@ jobs:
376
370
steps :
377
371
- name : Checkout
378
372
uses : actions/checkout@v4
379
- with :
380
- ref : ${{ inputs.sha }}
381
373
- name : Setup tests
382
374
uses : ./.github/actions/tests/setup-python
383
375
env :
You can’t perform that action at this time.
0 commit comments