Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,14 @@ jobs:
generate_release_notes: false
add-artifact-attestation-notes: true

- name: Send dispatch to PyAEDT examples repo
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4
with:
token: ${{ secrets.PYAEDT_EXAMPLES_REPO_TOKEN }}
repository: ansys/pyaedt-examples
event-type: release_tag
client-payload: '{"tag": "${{ github.event.release.tag_name }}"}'

upload-release-doc:
name: Upload release documentation
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/6731.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add GitHub Actions workflow to notify PyAEDT examples repo on release
Loading