CI: Inform external examples of changes #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- master | |
- example-directory | |
jobs: | |
notify-notebook: | |
runs-on: ubuntu-latest | |
steps: | |
# Add more like these when linking external example CI | |
- name: Inform original paper | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.PYSINDY_EXAMPLE_PAT }} | |
repository: dynamicslab/sindy-original-example | |
event-type: pysindy-commit |