Skip to content

Commit

Permalink
Merge pull request #2274 from Vaibhav-Chopra-GT/validation_
Browse files Browse the repository at this point in the history
add workflow for validation repo
  • Loading branch information
valentinsulzer authored Sep 8, 2022
2 parents 65b4645 + af45133 commit 8c4b3d6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/validation_benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Alert validation repository
on:
release:
types:
- published
push:
branches:
- develop

jobs:
build:
name: Dispatch to `pybamm-validation`
runs-on: ubuntu-latest
steps:
- uses: mvasigh/dispatch-action@main
with:
token: ${{ secrets.BENCHMARKS_ACCESS_TOKEN }}
repo: pybamm-validation
owner: pybamm-team
event_type: ${{ github.event_name }}
message: |
{
"commit_hash": "$GITHUB_SHA"
}
2 changes: 1 addition & 1 deletion .github/workflows/work_precision_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate work precision sets

on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8c4b3d6

Please sign in to comment.