From: Mauro Carvalho Chehab Date: Fri, 19 Jul 2024 09:11:05 +0000 (+0200) Subject: ci.yml: Change the name of the second job X-Git-Tag: v0.8.2~38 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6250251dd35c88c299ad24789084b53ce707202f;p=users%2Fmchehab%2Frasdaemon.git ci.yml: Change the name of the second job Using the same name seems to cause troubles Signed-off-by: Mauro Carvalho Chehab --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 648d938..06855da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,8 @@ jobs: ./configure --enable-all make sudo make install - Ubuntu: + + Check: name: Source code check runs-on: ubuntu-latest steps: