Skip to content

Commit

Permalink
CI: Use renamed ansys action (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Jan 13, 2025
1 parent 67dcb66 commit 8510012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ concurrency:

jobs:

check_title:
pr-title:
if: github.event_name == 'pull_request'
name: Check the title of the pull request
runs-on: ubuntu-latest
steps:
- name: Check commit name
uses: ansys/actions/commit-style@v6
- name: Check the title of the pull request
uses: ansys/actions/check-pr-title@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
use-upper-case: true
Expand Down

0 comments on commit 8510012

Please sign in to comment.