From 4ca92d56830c54e11bd3473eb01a3680b7ad6bc5 Mon Sep 17 00:00:00 2001 From: Ivan Zaitsev Date: Thu, 22 Sep 2022 12:04:58 -0700 Subject: [PATCH] fix the typo in the the job name for the release binaries validation workflow --- .github/workflows/validate-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-release-binaries.yml b/.github/workflows/validate-release-binaries.yml index 86517d40b..2b5ca7cb8 100644 --- a/.github/workflows/validate-release-binaries.yml +++ b/.github/workflows/validate-release-binaries.yml @@ -24,7 +24,7 @@ on: - .test/smoke_test/* jobs: - validate-nightly-binaries: + validate-release-binaries: uses: ./.github/workflows/validate-binaries.yml with: channel: release