diff --git a/.forgejo/workflows/mirror.yml b/.forgejo/workflows/mirror.yml
index 599c8c01f..7c2291882 100644
--- a/.forgejo/workflows/mirror.yml
+++ b/.forgejo/workflows/mirror.yml
@@ -1,6 +1,8 @@
 name: mirror
 
 on:
+  workflow_dispatch:
+
   schedule:
     - cron: '@daily'
 
diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml
index 3241a2809..f6998c5ef 100644
--- a/.forgejo/workflows/renovate.yml
+++ b/.forgejo/workflows/renovate.yml
@@ -11,6 +11,7 @@ on:
       - 'renovate/**' # self-test updates
   schedule:
     - cron: '0 0/2 * * *'
+  workflow_dispatch:
 
 env:
   RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}