From 8d654f483d54b8f45420b114844f8df9d46a934f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 31 Oct 2023 09:48:58 +0100 Subject: [PATCH] Use a shorter workflow name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d75a05cca13..e875fff9a9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # See https://docs.github.com/en/actions # for more information about GitHub actions. -name: Hibernate Search GitHub Actions Build +name: GitHub Actions Build on: push: