From 3200e989a17ccfa6630f8cc3c7f98f41fed1b658 Mon Sep 17 00:00:00 2001
From: Brent Cook <busterb@gmail.com>
Date: Tue, 28 Nov 2023 07:06:03 -0600
Subject: there has to be some trigger, even a manual one

---
 .github/workflows/cifuzz.yml       | 3 +++
 .github/workflows/solaris_test.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index eec21d9..bbf3f44 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -1,5 +1,8 @@
 name: CIFuzz
 
+on:
+  workflow_dispatch:
+
 jobs:
   Fuzzing:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml
index 314f478..217efd2 100644
--- a/.github/workflows/solaris_test.yml
+++ b/.github/workflows/solaris_test.yml
@@ -1,5 +1,8 @@
 name: solaris_ci
 
+on:
+  workflow_dispatch:
+
 jobs:
   build-native:
     strategy:
-- 
cgit v1.2.3-55-g6feb