Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
dev-mode: true

branch-name:
if: github.event_name == 'pull_request'
name: Check the name of the branch
runs-on: ubuntu-latest
steps:
- name: Check branch name
uses: ansys/actions/branch-name-style@v7

docs-style:
name: Documentation Style Check
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/159.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: Remove deprecated name checking action
Loading