Skip to content

Commit 26b166f

Browse files
committed
fix substitute-runner error
1 parent fc48411 commit 26b166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
ref: ""
146146
test-infra-repository: pytorch/test-infra
147147
test-infra-ref: main
148-
build-matrix: ${{ needs.filter-matrix.outputs.matrix }}
148+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
149149
pre-script: ${{ matrix.pre-script }}
150150
architecture: "aarch64"
151151
script: |

0 commit comments

Comments
 (0)