We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53df14c commit 7994e9dCopy full SHA for 7994e9d
.github/workflows/ci_cd.yml
@@ -54,14 +54,6 @@ jobs:
54
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
55
dev-mode: true
56
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
-
65
docs-style:
66
name: Documentation Style Check
67
runs-on: ubuntu-latest
doc/changelog.d/159.maintenance.md
@@ -0,0 +1 @@
1
+fix: Remove deprecated name checking action
0 commit comments