diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7c827510..133f51d3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 diff --git a/doc/changelog.d/159.maintenance.md b/doc/changelog.d/159.maintenance.md new file mode 100644 index 00000000..51835e19 --- /dev/null +++ b/doc/changelog.d/159.maintenance.md @@ -0,0 +1 @@ +fix: Remove deprecated name checking action \ No newline at end of file