Implement a repository dispatch in xradio to send a signal when there is a merge to main. The signal will be received by benchviper to execute the workflow that runs the benchmark tests. A few steps are needed for this to work:
dispatch-integration-tests:
runs-on: ubuntu-latest
needs: test-all
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Implement a repository dispatch in xradio to send a signal when there is a merge to main. The signal will be received by benchviper to execute the workflow that runs the benchmark tests. A few steps are needed for this to work:
Pre-work
There is currently a secret configured in xradio called DISPATCH_TOKEN to work with testviper. That token should be renamed to include a namespace appropriated to that dispatch.
Work on this repo
github.repositorywith xradio as for now we are only accepting dispatches from xradio.Open points