Figuring out github workflow job dependencies

This commit is contained in:
Anton Hvornum 2024-05-14 13:45:44 +02:00
parent 3f07bb41f5
commit 83671b41eb
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
2 changed files with 8 additions and 0 deletions

View File

@ -38,4 +38,7 @@ jobs:
name: Arch Live ISO
path: /tmp/archlive/out/*.iso
call-workflow-qemu-test:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/qemu-tests.yaml

View File

@ -3,6 +3,11 @@ 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: