Skip to content

Commit

Permalink
fix: rename job to pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
German Martinez Ayuso committed Sep 23, 2024
1 parent 121bdff commit 7f1d6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
uses: ansys/actions/branch-name-style@v7


commit-name:
pull-request-name:
if: github.event_name == 'pull_request'
name: Check the name of the commit
name: Check the name of the pull-request
runs-on: ubuntu-latest
steps:
- name: Check commit name
- name: Check pull-request name
uses: ansys/actions/commit-style@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7f1d6f9

Please sign in to comment.