Skip to content

Commit

Permalink
Trigger Jepsen tests with repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Nov 13, 2023
1 parent 4f2f6f5 commit 5c16481
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/trigger-jepsen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Trigger Jepsen Tests
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Trigger RA Jepsen Tests
uses: peter-evans/repository-dispatch@v2
with:
event-type: ra_change
repository: rabbitmq/ra-kv-store
token: ${{ secrets.CI_GITHUB_TOKEN }}

0 comments on commit 5c16481

Please sign in to comment.