Figuring out github workflow job dependencies
This commit is contained in:
parent
02d2fee4d4
commit
8a7f6e018b
|
|
@ -3,11 +3,6 @@ name: Runs Qemu test case pci_emulation
|
|||
# This job is callewd from iso-build
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_run:
|
||||
workflows: ["Build Arch ISO with ArchInstall Commit"]
|
||||
branches: [main, test-cases]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
run-qemu:
|
||||
|
|
|
|||
Loading…
Reference in New Issue