Skip to content

Commit 7994e9d

Browse files
fix: Remove deprecated name checking action (#159)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 53df14c commit 7994e9d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-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

doc/changelog.d/159.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Remove deprecated name checking action

0 commit comments

Comments
 (0)