Figuring out github workflow job dependencies
This commit is contained in:
parent
8a7f6e018b
commit
c1214e2ca0
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
name: Arch Live ISO
|
||||
path: /tmp/archlive/out/*.iso
|
||||
call-workflow-qemu-test:
|
||||
needs: build
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ on:
|
|||
|
||||
jobs:
|
||||
run-qemu:
|
||||
needs: build
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue