From 0b8d386f8e47dae733ad3f8ff816f2dc01086014 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 14 May 2024 13:23:35 +0200 Subject: [PATCH] Attempting to grab artifact from build job --- .github/workflows/qemu-tests.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/qemu-tests.yaml b/.github/workflows/qemu-tests.yaml index 50ff45e5..5da5edb4 100644 --- a/.github/workflows/qemu-tests.yaml +++ b/.github/workflows/qemu-tests.yaml @@ -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: