Skip to content

Commit 5ff3659

Browse files
update selfhost runner logic1
1 parent 9bd78ca commit 5ff3659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh'
277277
278278
- name: Archive artifacts into zip
279-
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
279+
#f: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
280280
run: |
281281
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
282282

0 commit comments

Comments
 (0)