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
|
# This job is callewd from iso-build
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_run:
|
|
||||||
workflows: ["Build Arch ISO with ArchInstall Commit"]
|
|
||||||
branches: [main, test-cases]
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-qemu:
|
run-qemu:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue