Skip to content

Commit

Permalink
CI: Inform external examples of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Nov 7, 2024
1 parent 841092f commit 8b2922d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/notify-experiments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit 8b2922d

Please sign in to comment.