Skip to content

Commit eb46b85

Browse files
fix: update the changelog action only for PR (#654)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent ecff469 commit eb46b85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: ansys/actions/doc-changelog@v8
49+
if: ${{ github.event_name == 'pull_request' }}
4950
with:
5051
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5152
use-conventional-commits: true

doc/changelog.d/654.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update the changelog action only for PR

0 commit comments

Comments
 (0)