diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 30f100586..ef934db0f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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) }}}'