From 83b54365069de1dd7cc925db917ba91be6c31e5f Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 20 Oct 2024 11:00:55 +0900 Subject: [PATCH] fix --- .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 2cbd0eb557f586a..63de8498f25dc4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: uses: ./.github/workflows/reusable-docs.yml check_autoconf_regen: - name: 'Check if generated files are up to date' + name: 'Check if Autoconf files are up to date' # Don't use ubuntu-latest but a specific version to make the job # reproducible: to get the same tools versions (autoconf, aclocal, ...) runs-on: ubuntu-24.04