Attempting to grab artifact from build job
This commit is contained in:
parent
5c02fdbd64
commit
0b8d386f8e
|
|
@ -2,27 +2,13 @@
|
||||||
|
|
||||||
name: Runs Qemu test case pci_emulation
|
name: Runs Qemu test case pci_emulation
|
||||||
|
|
||||||
|
# We run this job, only if there's an ISO to test.
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Build Arch ISO with ArchInstall Commit"]
|
workflows: ["Build Arch ISO with ArchInstall Commit"]
|
||||||
branches: [main, test-cases]
|
branches: [main, test-cases]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'docs/**'
|
|
||||||
- '**.editorconfig'
|
|
||||||
- '**.gitignore'
|
|
||||||
- '**.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'PKGBUILD'
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue