Skip to content

Implement a repository dispatch to run the tests automatically #3

@smcastro

Description

@smcastro

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

  dispatch-integration-tests:
    runs-on: ubuntu-latest
    needs: test-all
    if: github.event_name == 'push' && github.ref == 'refs/heads/main'

Open points

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions