Skip to content

Commit 47a17ad

Browse files
committed
moving continue on error
1 parent a1a73c1 commit 47a17ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616

1717
jobs:
1818
build-test:
19-
continue-on-error: true
2019
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2120
with:
21+
continue-on-error: true
2222
runner: linux.g5.48xlarge.nvidia.gpu
2323
gpu-arch-type: cuda
2424
gpu-arch-version: "12.1"

0 commit comments

Comments
 (0)