Skip to content

ci: build qcow2 if cijoe files changed #106

ci: build qcow2 if cijoe files changed

ci: build qcow2 if cijoe files changed #106

---
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.