From f3773f724a51f06b8f91a07b628ac875b32ffcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= 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