Skip to content

Commit 0818a09

Browse files
committed
is this the right way?
1 parent 128b42d commit 0818a09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/inductor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ on:
1717
jobs:
1818
build-test:
1919
continue-on-error: true
20-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
20+
2121
runs-on: linux.g5.48xlarge.nvidia.gpu
2222
timeout-minutes: 30
2323
steps:
24+
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2425
- name: "Checkout"
2526
run: |
2627
set -x

0 commit comments

Comments
 (0)