ci: build qcow2 if cijoe files changed #104
Workflow file for this run
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: 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. |