about summary refs log tree commit diff
path: root/nixpkgs/.github/workflows/periodic-merge-24h.yml
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/.github/workflows/periodic-merge-24h.yml')
-rw-r--r--nixpkgs/.github/workflows/periodic-merge-24h.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/.github/workflows/periodic-merge-24h.yml b/nixpkgs/.github/workflows/periodic-merge-24h.yml
index 308d9057859e..9ce6a7c74cc1 100644
--- a/nixpkgs/.github/workflows/periodic-merge-24h.yml
+++ b/nixpkgs/.github/workflows/periodic-merge-24h.yml
@@ -13,6 +13,7 @@ on:
     # * is a special character in YAML so you have to quote this string
     # Merge every 24 hours
     - cron:  '0 0 * * *'
+  workflow_dispatch:
 
 permissions:
   contents: read