Skip to content

Commit 770311c

Browse files
authored
minor: fix the typo job name for windows binaries validation workflow (#1147)
1 parent cb82a72 commit 770311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-windows-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
installation: ${{ matrix.installation }}
7676
python_version: ${{ matrix.python_version }}
7777

78-
validate-linux-libtorch-binaries:
78+
validate-windows-libtorch-binaries:
7979
needs: generate-windows-libtorch-matrix
8080
strategy:
8181
matrix:

0 commit comments

Comments
 (0)