Figuring out github workflow job dependencies

This commit is contained in:
Anton Hvornum 2024-05-14 13:50:07 +02:00
parent 8a7f6e018b
commit c1214e2ca0
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

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