Skip to content

Commit

Permalink
fix: make pr-check-title independent (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
jorgepiloto and pyansys-ci-bot authored Nov 20, 2024
1 parent 22661be commit f06741a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/changelog/624.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: make pr-check-title independent

0 comments on commit f06741a

Please sign in to comment.