Skip to content

per-patch-event

per-patch-event #110

---
name: SPDK per-patch tests
on:
pull_request:
workflow_dispatch:
repository_dispatch:
types:
- per-patch-event
jobs:
common-tests:
uses: ./.github/workflows/spdk-common-tests.yml
with:
# "Client payload" is all of the information Gerrit webhooks sends out.
client_payload: ${{ toJson(github.event.client_payload) }}
secrets: inherit
# Add more jobs below if needed.