From 6250251dd35c88c299ad24789084b53ce707202f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 19 Jul 2024 11:11:05 +0200 Subject: [PATCH] ci.yml: Change the name of the second job Using the same name seems to cause troubles Signed-off-by: Mauro Carvalho Chehab --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: