diff --git a/.github/workflows/notify-experiments.yml b/.github/workflows/notify-experiments.yml new file mode 100644 index 00000000..d9efada4 --- /dev/null +++ b/.github/workflows/notify-experiments.yml @@ -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