From 943f0d48cac118fcd02491ace4ea930e572b088d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= <66163112+matous-volf@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:49:34 +0200 Subject: [PATCH] ci: rename the conventional PRs action job --- .github/workflows/conventional-pull-requests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-pull-requests.yml b/.github/workflows/conventional-pull-requests.yml index 400ee38..a9ffc80 100644 --- a/.github/workflows/conventional-pull-requests.yml +++ b/.github/workflows/conventional-pull-requests.yml @@ -5,7 +5,8 @@ on: types: [ opened, synchronize, reopened, edited ] jobs: - validate-pr-title: + build: + name: conventional pull requests runs-on: ubuntu-22.04 steps: - name: conventional pull requests check