We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecff469 commit eb46b85Copy full SHA for eb46b85
.github/workflows/ci_cd.yml
@@ -46,6 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
steps:
48
- uses: ansys/actions/doc-changelog@v8
49
+ if: ${{ github.event_name == 'pull_request' }}
50
with:
51
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
52
use-conventional-commits: true
doc/changelog.d/654.fixed.md
@@ -0,0 +1 @@
1
+update the changelog action only for PR
0 commit comments