Skip to content

Commit 4caa673

Browse files
fix: Remove deprecated name checking action
1 parent e60e903 commit 4caa673

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
5454
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5555
dev-mode: true
5656

57-
branch-name:
58-
if: github.event_name == 'pull_request'
59-
name: Check the name of the branch
60-
runs-on: ubuntu-latest
61-
steps:
62-
- name: Check branch name
63-
uses: ansys/actions/branch-name-style@v7
64-
6557
docs-style:
6658
name: Documentation Style Check
6759
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)