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