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