Skip to content

Commit

Permalink
ci.yml: Change the name of the second job
Browse files Browse the repository at this point in the history
Using the same name seems to cause troubles

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
mchehab committed Jul 19, 2024
1 parent da8a811 commit 6250251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
./configure --enable-all
make
sudo make install
Ubuntu:
Check:
name: Source code check
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6250251

Please sign in to comment.