Skip to content

Commit

Permalink
Dispatch smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 7, 2022
1 parent 70dc61e commit a7a2e85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,10 @@ jobs:
repository: llvm-mos/llvm-test-suite
event-type: on-sdk-update
client-payload: '{"head_commit": ${{ toJSON(github.event.head_commit) }}}'
- name: Dispatch Smoke Test
uses: llvm-mos/repository-dispatch@v1
with:
token: ${{ secrets.TEST_SUITE_ACCESS_TOKEN }}
repository: llvm-mos/smoke-test
event-type: on-sdk-update
client-payload: '{"head_commit": ${{ toJSON(github.event.head_commit) }}}'

0 comments on commit a7a2e85

Please sign in to comment.