Skip to content

Backport mu-wpcom-plugin 2.1.31, jetpack 13.6-a.1 Changes (#37778) #1219

Backport mu-wpcom-plugin 2.1.31, jetpack 13.6-a.1 Changes (#37778)

Backport mu-wpcom-plugin 2.1.31, jetpack 13.6-a.1 Changes (#37778) #1219

Workflow file for this run

name: End to end tests
on:
push:
jobs:
run-tests:
name: "Trigger e2e tests in Jetpack monorepo"
runs-on: ubuntu-latest
steps:
- name: Create a repository dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
repository: automattic/jetpack
event-type: e2e tests at ${{github.event_name}} on ${{github.repository}} ${{github.ref_name}} ${{github.ref_type}}
client-payload: '{"repository": "${{github.repository}}", "ref_name": "${{github.ref_name}}", "ref_type": "${{github.ref_type}}"}'