Figuring out github workflow job dependencies

This commit is contained in:
Anton Hvornum 2024-05-14 13:47:06 +02:00
parent 83671b41eb
commit 02d2fee4d4
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
jobs:
run-qemu:
needs: build
runs-on: self-hosted
steps:
- uses: actions/checkout@v4