Skip to content

Commit

Permalink
Trigger report after build
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Oct 19, 2023
1 parent 106fefc commit 8fde357
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@ jobs:
secrets:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# Execute simulation-integration reporting
simulation-integration:
needs:
- bake
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GHP_ACCESS_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
'DARPA-ASKEM',
'simulation-integration',
'workflows/report.yaml',
'main',
});

0 comments on commit 8fde357

Please sign in to comment.