Skip to content

Added a warning admonition to the list of dependencies in the install… #868

Added a warning admonition to the list of dependencies in the install…

Added a warning admonition to the list of dependencies in the install… #868

name: Alert validation repository
on:
release:
types:
- published
push:
branches:
- develop
jobs:
build:
if: github.repository_owner == 'pybamm-team'
name: Dispatch to `pybamm-validation`
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
with:
token: ${{ secrets.BENCHMARKS_ACCESS_TOKEN }}
repository: pybamm-team/pybamm-validation
event-type: ${{ github.event_name }}
client-payload: |-
{
"message": {
"commit_hash": "$GITHUB_SHA"
}
}