From e0ea4e2de4fa12e3a77c7a7a12b690e7a1cbaeee Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Mon, 21 Oct 2024 07:40:17 +0200
Subject: [PATCH] feat(ci): allow manual triggering of the test suite

When a skip ci label is added to the PR title, removing it won't
trigger the CI. There needs to be a way to manually trigger it.
---
 .forgejo/workflows/testing.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml
index 3440993ce2..2801b9ef74 100644
--- a/.forgejo/workflows/testing.yml
+++ b/.forgejo/workflows/testing.yml
@@ -6,6 +6,7 @@ on:
     branches:
       - 'forgejo*'
       - 'v*/forgejo*'
+  workflow_dispatch:
 
 jobs:
   backend-checks: