From 4caa67307d552f2b741aa71ab7d4a9e87537d469 Mon Sep 17 00:00:00 2001 From: afernand Date: Mon, 7 Oct 2024 09:25:44 +0200 Subject: [PATCH 1/2] fix: Remove deprecated name checking action --- .github/workflows/ci_cd.yml | 8 -------- 1 file changed, 8 deletions(-) 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 From 1d70d92c92ca079abc0af0d2d00ab835656018e8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:28:12 +0000 Subject: [PATCH 2/2] chore: adding changelog file 159.maintenance.md --- doc/changelog.d/159.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/159.maintenance.md 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