Skip to content

Commit

Permalink
ci: dispatch clas12-validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 13, 2023
1 parent 5b7d6e1 commit 7f17d53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,16 @@ jobs:
run: |
cd validation/advanced-tests
${{matrix.cmd}}
trigger_validation:
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.CLAS12VALIDATION }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'JeffersonLab',
repo: 'clas12-validation',
workflow_id: 'ci.yml',
ref: 'ci-gemc'
})

0 comments on commit 7f17d53

Please sign in to comment.