Figuring out github workflow job dependencies
This commit is contained in:
parent
83671b41eb
commit
02d2fee4d4
|
|
@ -11,6 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
run-qemu:
|
||||
needs: build
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue