Merge pull request #282 from rabbitmq/md/unregister_all_projections #250
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger benchmark | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
Trigger: | |
name: Trigger benchmark | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.KHEPRI_BENCHMARK_REPO_ACCESS_TOKEN }} | |
repository: rabbitmq/khepri-benchmark | |
event-type: push-in-khepri | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |