From 18160abea07085a8f4a0b3bd31150ea6ee9b7dbe Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 24 Nov 2023 09:03:39 +0100 Subject: [PATCH] Give the action and job better names. --- .github/workflows/distcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 692edc772..927d4f91e 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -1,4 +1,4 @@ -name: make distcheck +name: Check the Distribution on: push: @@ -14,7 +14,7 @@ defaults: shell: bash jobs: - build: + make_distcheck: runs-on: ubuntu-latest container: collectd/ci:bullseye_amd64 env: -- 2.47.2