From 162ea320ea5fc42f0733fe1bd004e4824a0393e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Sep 2023 11:39:05 +0000 Subject: [PATCH] Fix typo in Precommit and Assemble workflow (#10037) (cherry picked from commit 28724ce97704272fb55a013da59d5ec3b301978a) Signed-off-by: github-actions[bot] --- .github/workflows/precommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 0372d57dda91f..6335396cda417 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -1,4 +1,4 @@ -name: Gradle Precommit and Asssemble +name: Gradle Precommit and Assemble on: [pull_request] jobs: