Skip to content

Commit

Permalink
fix the typo in the the job name for the release binaries validation …
Browse files Browse the repository at this point in the history
…workflow (pytorch#1148)

issue was introduced in pytorch#1144
  • Loading branch information
izaitsevfb authored and jithunnair-amd committed Nov 1, 2022
1 parent b07af88 commit 7fdd061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- .test/smoke_test/*

jobs:
validate-nightly-binaries:
validate-release-binaries:
uses: ./.github/workflows/validate-binaries.yml
with:
channel: release
Expand Down

0 comments on commit 7fdd061

Please sign in to comment.