]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
ci.yml: Change the name of the second job
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 09:11:05 +0000 (11:11 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 19 Jul 2024 09:11:35 +0000 (11:11 +0200)
Using the same name seems to cause troubles

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
.github/workflows/ci.yml

index 648d938cd149ecd7661698c6d8bbc6d3a83c26b5..06855da5a68abd0f545a8737bfc5b6444a6ddd0a 100644 (file)
@@ -26,7 +26,8 @@ jobs:
           ./configure --enable-all
           make
           sudo make install
-  Ubuntu:
+
+  Check:
     name: Source code check
     runs-on: ubuntu-latest
     steps: