From f06741a42d9daac79d166d0cbe7c53b66e77decb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:12:40 +0100 Subject: [PATCH] fix: make pr-check-title independent (#624) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 -- doc/changelog/624.miscellaneous.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 doc/changelog/624.miscellaneous.md diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2a711151c..fa77f7889 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -53,7 +53,6 @@ jobs: code-style: name: "Code style" runs-on: ubuntu-latest - needs: pr-name steps: - uses: ansys/actions/code-style@v8 with: @@ -92,7 +91,6 @@ jobs: doc-style: name: "Documentation style" runs-on: ubuntu-latest - needs: pr-name steps: - name: PyAnsys documentation style checks uses: ansys/actions/doc-style@v8 diff --git a/doc/changelog/624.miscellaneous.md b/doc/changelog/624.miscellaneous.md new file mode 100644 index 000000000..2cca0ce10 --- /dev/null +++ b/doc/changelog/624.miscellaneous.md @@ -0,0 +1 @@ +fix: make pr-check-title independent \ No newline at end of file