From: Florian Forster Date: Fri, 24 Nov 2023 08:03:39 +0000 (+0100) Subject: Give the action and job better names. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4157%2Fhead;p=thirdparty%2Fcollectd.git Give the action and job better names. --- 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: