]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Give the action and job better names. 4157/head
authorFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 08:03:39 +0000 (09:03 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 08:03:39 +0000 (09:03 +0100)
.github/workflows/distcheck.yml

index 692edc772db454fc40c5facf5dc28442e361850b..927d4f91e7e0e863f2bdbd82c7266e89d2180aa8 100644 (file)
@@ -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: