File 075-ci-add-workflow_dispatch-to-more-workflows.patch of Package virt-manager

Subject: ci: add `workflow_dispatch` to more workflows
From: Cole Robinson crobinso@redhat.com Tue Feb 24 11:52:16 2026 -0500
Date: Tue Feb 24 12:58:57 2026 -0500:
Git: 48c9076d58f30c43870065ca060b45ae28b0b1e6

so they can be manually triggered

Signed-off-by: Cole Robinson <crobinso@redhat.com>

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 36bdd491c..197326545 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,9 @@
 name: Test on fedora:latest
 
-on: [push, pull_request]
+on:
+  pull_request:
+  push:
+  workflow_dispatch:
 
 jobs:
   # Test on fedora:latest with stock distro packages
diff --git a/.github/workflows/test-against-libvirt-git.yml b/.github/workflows/test-against-libvirt-git.yml
index 63aad84fe..b19d48bd9 100644
--- a/.github/workflows/test-against-libvirt-git.yml
+++ b/.github/workflows/test-against-libvirt-git.yml
@@ -4,6 +4,7 @@ on:
   # Run every 3 days at midnight
   schedule:
     - cron: '0 0 */3 * *'
+  workflow_dispatch:
 
 jobs:
   test-against-libvirt-git:
openSUSE Build Service is sponsored by