Skip to content

Commit 5de83a8

Browse files
authored
fix the typo in the the job name for the release binaries validation workflow (#1148)
issue was introduced in #1144
1 parent 770311c commit 5de83a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- .test/smoke_test/*
2525

2626
jobs:
27-
validate-nightly-binaries:
27+
validate-release-binaries:
2828
uses: ./.github/workflows/validate-binaries.yml
2929
with:
3030
channel: release

0 commit comments

Comments
 (0)