Attempting to grab artifact from build job

This commit is contained in:
Anton Hvornum 2024-05-14 13:23:35 +02:00
parent 5c02fdbd64
commit 0b8d386f8e
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 1 additions and 15 deletions

View File

@ -2,27 +2,13 @@
name: Runs Qemu test case pci_emulation
# We run this job, only if there's an ISO to test.
on:
workflow_run:
workflows: ["Build Arch ISO with ArchInstall Commit"]
branches: [main, test-cases]
types:
- completed
push:
branches:
- master
- main
pull_request:
paths-ignore:
- 'docs/**'
- '**.editorconfig'
- '**.gitignore'
- '**.md'
- 'LICENSE'
- 'PKGBUILD'
release:
types:
- created
jobs:
build: